Searched refs:PPC_RAW_ORI (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/arch/powerpc/net/ |
D | bpf_jit.h | 42 EMIT(PPC_RAW_ORI(d, d, IMM_L(i))); \ 56 EMIT(PPC_RAW_ORI(d, d, \ 64 EMIT(PPC_RAW_ORI(d, d, (uintptr_t)(i) & \
|
D | bpf_jit_comp.c | 218 EMIT(PPC_RAW_ORI(r_A, r_A, IMM_L(K))); in bpf_jit_build_body()
|
D | bpf_jit_comp64.c | 480 EMIT(PPC_RAW_ORI(dst_reg, dst_reg, IMM_L(imm))); in bpf_jit_build_body()
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 478 #define PPC_RAW_ORI(d, a, i) (PPC_INST_ORI | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i)) macro
|