Searched refs:PPC_RAW_SRAWI (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/powerpc/net/ |
| H A D | bpf_jit_comp32.c | 509 EMIT(PPC_RAW_SRAWI(_R0, src2_reg, ilog2(imm))); in bpf_jit_build_body() 529 EMIT(PPC_RAW_SRAWI(dst_reg_h, src2_reg_h, 31)); in bpf_jit_build_body() 738 EMIT(PPC_RAW_SRAWI(dst_reg, src2_reg, imm)); in bpf_jit_build_body() 754 EMIT(PPC_RAW_SRAWI(dst_reg_h, src2_reg_h, 31)); in bpf_jit_build_body() 756 EMIT(PPC_RAW_SRAWI(dst_reg, src2_reg_h, 31)); in bpf_jit_build_body() 757 EMIT(PPC_RAW_SRAWI(dst_reg_h, src2_reg_h, 31)); in bpf_jit_build_body() 767 EMIT(PPC_RAW_SRAWI(dst_reg_h, dst_reg, 31)); in bpf_jit_build_body() 770 EMIT(PPC_RAW_SRAWI(dst_reg_h, dst_reg, 31)); in bpf_jit_build_body() 772 EMIT(PPC_RAW_SRAWI(dst_reg_h, src_reg, 31)); in bpf_jit_build_body() 775 EMIT(PPC_RAW_SRAWI(dst_reg_h, src_reg, 31)); in bpf_jit_build_body() [all …]
|
| H A D | bpf_jit_comp.c | 815 EMIT(PPC_RAW_SRAWI(_R4, _R4, 6)); in __arch_prepare_bpf_trampoline()
|
| H A D | bpf_jit_comp64.c | 670 EMIT(PPC_RAW_SRAWI(dst_reg, dst_reg, imm)); in bpf_jit_build_body()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 564 #define PPC_RAW_SRAWI(d, a, i) (0x7c000670 | ___PPC_RA(d) | ___PPC_RS(a) | __PPC_SH(i)) macro
|