Searched refs:PPC_RAW_CMPLW (Results 1 – 3 of 3) sorted by relevance
491 EMIT(PPC_RAW_CMPLW(r_A, r_X)); in bpf_jit_build_body()504 EMIT(PPC_RAW_CMPLW(r_A, r_scratch1)); in bpf_jit_build_body()
244 EMIT(PPC_RAW_CMPLW(b2p_index, b2p[TMP_REG_1])); in bpf_jit_emit_tail_call()865 EMIT(PPC_RAW_CMPLW(dst_reg, src_reg)); in bpf_jit_build_body()925 EMIT(PPC_RAW_CMPLW(dst_reg, in bpf_jit_build_body()
460 #define PPC_RAW_CMPLW(a, b) (0x7c000040 | ___PPC_RA(a) | ___PPC_RB(b)) macro