Searched refs:PPC_NEG (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/powerpc/net/ | ||
D | bpf_jit.h | 225 #define PPC_NEG(d, a) EMIT(PPC_INST_NEG | ___PPC_RT(d) | ___PPC_RA(a)) macro |
D | bpf_jit_comp.c | 259 PPC_NEG(r_A, r_A); in bpf_jit_build_body() |