Searched refs:PPC_OR (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/powerpc/net/ |
D | bpf_jit.h | 47 #define PPC_MR(d, a) PPC_OR(d, a, a) 134 #define PPC_OR(d, a, b) EMIT(PPC_INST_OR | ___PPC_RA(d) | \ macro 136 #define PPC_MR(d, a) PPC_OR(d, a, a)
|
D | bpf_jit_comp64.c | 445 PPC_OR(dst_reg, dst_reg, src_reg); in bpf_jit_build_body() 452 PPC_OR(dst_reg, dst_reg, b2p[TMP_REG_1]); in bpf_jit_build_body()
|
D | bpf_jit_comp.c | 218 PPC_OR(r_A, r_A, r_X); in bpf_jit_build_body()
|