Searched refs:PPC_ANDI (Results 1 – 2 of 2) sorted by relevance
219 PPC_ANDI(r_A, r_A, K); in bpf_jit_build_body()502 PPC_ANDI(r_scratch1, r_A, K); in bpf_jit_build_body()
127 #define PPC_ANDI(d, a, i) EMIT(PPC_INST_ANDI | __PPC_RA(d) | \ macro