Searched refs:PPC_RAW_CMPDI (Results 1 – 3 of 3) sorted by relevance
349 EMIT(PPC_RAW_CMPDI(r_scratch1, 0)); in bpf_jit_build_body()
952 EMIT(PPC_RAW_CMPDI(dst_reg, imm)); in bpf_jit_build_body()
455 #define PPC_RAW_CMPDI(a, i) (0x2c200000 | ___PPC_RA(a) | IMM_L(i)) macro