Home
last modified time | relevance | path

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

/arch/powerpc/net/
Dbpf_jit.h130 #define PPC_ORI(d, a, i) EMIT(PPC_INST_ORI | ___PPC_RA(d) | \ macro
194 PPC_ORI(d, d, IMM_L(i)); \
207 PPC_ORI(d, d, \
215 PPC_ORI(d, d, (uintptr_t)(i) & 0xffff); \
Dbpf_jit_comp.c221 PPC_ORI(r_A, r_A, IMM_L(K)); in bpf_jit_build_body()
Dbpf_jit_comp64.c496 PPC_ORI(dst_reg, dst_reg, IMM_L(imm)); in bpf_jit_build_body()