Searched refs:PPC_SUB (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/net/ |
D | bpf_jit_comp.c | 69 PPC_SUB(r_HL, r_HL, r_scratch1); in bpf_jit_build_prologue() 153 PPC_SUB(r_A, r_A, r_X); in bpf_jit_build_body() 188 PPC_SUB(r_A, r_A, r_scratch1); in bpf_jit_build_body() 197 PPC_SUB(r_A, r_A, r_scratch1); in bpf_jit_build_body()
|
D | bpf_jit.h | 179 #define PPC_SUB(d, a, b) EMIT(PPC_INST_SUB | ___PPC_RT(d) | \ macro
|