Searched refs:PPC_RAW_SLWI (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/powerpc/net/ |
| H A D | bpf_jit_comp32.c | 423 EMIT(PPC_RAW_SLWI(dst_reg, src2_reg, ilog2(imm))); in bpf_jit_build_body() 445 EMIT(PPC_RAW_SLWI(dst_reg, src2_reg, imm)); in bpf_jit_build_body() 511 EMIT(PPC_RAW_SLWI(_R0, _R0, ilog2(imm))); in bpf_jit_build_body() 661 EMIT(PPC_RAW_SLWI(dst_reg, src2_reg, imm)); in bpf_jit_build_body()
|
| H A D | bpf_jit_comp.c | 814 EMIT(PPC_RAW_SLWI(_R4, _R4, 6)); in __arch_prepare_bpf_trampoline()
|
| H A D | bpf_jit_comp64.c | 638 EMIT(PPC_RAW_SLWI(dst_reg, dst_reg, imm)); in bpf_jit_build_body()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 576 #define PPC_RAW_SLWI(d, a, i) PPC_RAW_RLWINM(d, a, i, 0, 31-(i)) macro
|