Home
last modified time | relevance | path

Searched refs:PPC_RAW_ORIS (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/net/
H A Dbpf_jit.h104 EMIT(PPC_RAW_ORIS(d, d, \
H A Dbpf_jit_comp32.c615 EMIT(PPC_RAW_ORIS(dst_reg, src2_reg, IMM_H(imm))); in bpf_jit_build_body()
H A Dbpf_jit_comp64.c1123 EMIT(PPC_RAW_ORIS(dst_reg, dst_reg, IMM_H(imm))); in bpf_jit_build_body()
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h553 #define PPC_RAW_ORIS(d, a, i) (0x64000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i)) macro