Searched refs:PPC_RAW_CMPLDI (Results 1 – 2 of 2) sorted by relevance
270 EMIT(PPC_RAW_CMPLDI(b2p[TMP_REG_1], 0)); in bpf_jit_emit_tail_call()919 EMIT(PPC_RAW_CMPLDI(dst_reg, imm)); in bpf_jit_build_body()
459 #define PPC_RAW_CMPLDI(a, i) (0x28200000 | ___PPC_RA(a) | IMM_L(i)) macro