Searched refs:PPC_XORI (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/net/ | ||
D | bpf_jit.h | 205 #define PPC_XORI(d, a, i) EMIT(PPC_INST_XORI | ___PPC_RA(d) | \ macro |
D | bpf_jit_comp.c | 234 PPC_XORI(r_A, r_A, IMM_L(K)); in bpf_jit_build_body() |