Searched refs:PPC_RAW_XOR (Results 1 – 3 of 3) sorted by relevance
526 EMIT(PPC_RAW_XOR(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()533 EMIT(PPC_RAW_XOR(dst_reg, dst_reg, b2p[TMP_REG_1])); in bpf_jit_build_body()
225 EMIT(PPC_RAW_XOR(r_A, r_A, r_X)); in bpf_jit_build_body()
482 #define PPC_RAW_XOR(d, a, b) (0x7c000278 | ___PPC_RA(d) | ___PPC_RS(a) | ___PPC_RB(b)) macro