Searched refs:PPC_RAW_CMPLW (Results 1 – 2 of 2) sorted by relevance
650 EMIT(PPC_RAW_CMPLW(b2p_index, bpf_to_ppc(TMP_REG_1))); in bpf_jit_emit_tail_call()1857 EMIT(PPC_RAW_CMPLW(dst_reg, src_reg)); in bpf_jit_build_body()1913 EMIT(PPC_RAW_CMPLW(dst_reg, tmp1_reg)); in bpf_jit_build_body()
527 #define PPC_RAW_CMPLW(a, b) (0x7c000040 | ___PPC_RA(a) | ___PPC_RB(b)) macro