Home
last modified time | relevance | path

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

/arch/powerpc/net/
Dbpf_jit.h199 #define PPC_ORI(d, a, i) EMIT(PPC_INST_ORI | ___PPC_RA(d) | \ macro
245 PPC_ORI(d, d, \
252 PPC_ORI(d, d, (uintptr_t)(i) & 0xffff); \
Dbpf_jit_comp.c223 PPC_ORI(r_A, r_A, IMM_L(K)); in bpf_jit_build_body()