Searched refs:PPC_RAW_CMPLDI (Results 1 – 2 of 2) sorted by relevance
323 EMIT(PPC_RAW_CMPLDI(bpf_to_ppc(TMP_REG_1), 0)); in bpf_jit_emit_tail_call()1151 EMIT(PPC_RAW_CMPLDI(dst_reg, imm)); in bpf_jit_build_body()
523 #define PPC_RAW_CMPLDI(a, i) (0x28200000 | ___PPC_RA(a) | IMM_L(i)) macro