Home
last modified time | relevance | path

Searched refs:PPC_ORI (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/powerpc/net/
Dbpf_jit.h137 #define PPC_ORI(d, a, i) EMIT(PPC_INST_ORI | ___PPC_RA(d) | \ macro
201 PPC_ORI(d, d, IMM_L(i)); \
214 PPC_ORI(d, d, \
222 PPC_ORI(d, d, (uintptr_t)(i) & 0xffff); \
Dbpf_jit_comp.c222 PPC_ORI(r_A, r_A, IMM_L(K)); in bpf_jit_build_body()
Dbpf_jit_comp64.c455 PPC_ORI(dst_reg, dst_reg, IMM_L(imm)); in bpf_jit_build_body()