Searched refs:PPC_SUB (Results 1 – 2 of 2) sorted by relevance
73 PPC_SUB(r_HL, r_HL, r_scratch1); in bpf_jit_build_prologue()171 PPC_SUB(r_A, r_A, r_X); in bpf_jit_build_body()
113 #define PPC_SUB(d, a, b) EMIT(PPC_INST_SUB | __PPC_RT(d) | \ macro