Searched refs:PPC_RAW_CMPWI (Results 1 – 3 of 3) sorted by relevance
1305 EMIT(PPC_RAW_CMPWI(dst_reg_h, imm < 0 ? -1 : 0)); in bpf_jit_build_body()1310 EMIT(PPC_RAW_CMPWI(dst_reg_h, imm < 0 ? -1 : 0)); in bpf_jit_build_body()1325 EMIT(PPC_RAW_CMPWI(dst_reg, imm)); in bpf_jit_build_body()1340 EMIT(PPC_RAW_CMPWI(dst_reg_h, 0)); in bpf_jit_build_body()
1878 EMIT(PPC_RAW_CMPWI(dst_reg, imm)); in bpf_jit_build_body()
521 #define PPC_RAW_CMPWI(a, i) (0x2c000000 | ___PPC_RA(a) | IMM_L(i)) macro604 #define PPC_RAW_CMPLI PPC_RAW_CMPWI