Searched refs:PPC_RAW_SRAWI (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/net/ |
H A D | bpf_jit_comp32.c | 524 EMIT(PPC_RAW_SRAWI(dst_reg_h, src2_reg_h, imm)); in bpf_jit_build_body() 702 EMIT(PPC_RAW_SRAWI(dst_reg, src2_reg, imm)); in bpf_jit_build_body() 715 EMIT(PPC_RAW_SRAWI(dst_reg_h, src2_reg_h, imm)); in bpf_jit_build_body() 717 EMIT(PPC_RAW_SRAWI(dst_reg, src2_reg_h, imm - 32)); in bpf_jit_build_body() 718 EMIT(PPC_RAW_SRAWI(dst_reg_h, src2_reg_h, 31)); in bpf_jit_build_body() 720 EMIT(PPC_RAW_SRAWI(dst_reg, src2_reg_h, 31)); in bpf_jit_build_body() 721 EMIT(PPC_RAW_SRAWI(dst_reg_h, src2_reg_h, 31)); in bpf_jit_build_body()
|
H A D | bpf_jit_comp64.c | 620 EMIT(PPC_RAW_SRAWI(dst_reg, dst_reg, imm)); in bpf_jit_build_body()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 558 #define PPC_RAW_SRAWI(d, a, i) (0x7c000670 | ___PPC_RA(d) | ___PPC_RS(a) | __PPC_SH(i)) macro
|