Searched refs:PPC_CMPWI (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/powerpc/net/ | ||
D | bpf_jit.h | 174 #define PPC_CMPWI(a, i) EMIT(PPC_INST_CMPWI | ___PPC_RA(a) | IMM_L(i)) macro |
D | bpf_jit_comp.c | 177 PPC_CMPWI(r_X, 0); in bpf_jit_build_body() |