Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/net/
Dbpf_jit.h133 #define PPC_ORI(d, a, i) EMIT(PPC_INST_ORI | __PPC_RA(d) | \ macro
173 PPC_ORI(d, d, \
180 PPC_ORI(d, d, (uintptr_t)(i) & 0xffff); \
Dbpf_jit_comp.c231 PPC_ORI(r_A, r_A, IMM_L(K)); in bpf_jit_build_body()