Home
last modified time | relevance | path

Searched refs:PPC_RAW_RLWIMI (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/net/
A Dbpf_jit_comp32.c474 EMIT(PPC_RAW_RLWIMI(dst_reg, dst_reg_h, 32 - imm, 0, imm - 1)); in bpf_jit_build_body()
581 EMIT(PPC_RAW_RLWIMI(dst_reg_h, dst_reg, imm, 32 - imm, 31)); in bpf_jit_build_body()
617 EMIT(PPC_RAW_RLWIMI(dst_reg, dst_reg_h, 32 - imm, 0, imm - 1)); in bpf_jit_build_body()
655 EMIT(PPC_RAW_RLWIMI(dst_reg, dst_reg_h, 32 - imm, 0, imm - 1)); in bpf_jit_build_body()
697 EMIT(PPC_RAW_RLWIMI(dst_reg, dst_reg, 16, 0, 15)); in bpf_jit_build_body()
709 EMIT(PPC_RAW_RLWIMI(_R0, dst_reg, 24, 0, 7)); in bpf_jit_build_body()
711 EMIT(PPC_RAW_RLWIMI(_R0, dst_reg, 24, 16, 23)); in bpf_jit_build_body()
719 EMIT(PPC_RAW_RLWIMI(tmp_reg, dst_reg, 24, 0, 7)); in bpf_jit_build_body()
720 EMIT(PPC_RAW_RLWIMI(_R0, dst_reg_h, 24, 0, 7)); in bpf_jit_build_body()
722 EMIT(PPC_RAW_RLWIMI(tmp_reg, dst_reg, 24, 16, 23)); in bpf_jit_build_body()
[all …]
A Dbpf_jit_comp64.c617 EMIT(PPC_RAW_RLWIMI(b2p[TMP_REG_1], dst_reg, 24, 24, 31)); in bpf_jit_build_body()
629 EMIT(PPC_RAW_RLWIMI(b2p[TMP_REG_1], dst_reg, 24, 0, 7)); in bpf_jit_build_body()
631 EMIT(PPC_RAW_RLWIMI(b2p[TMP_REG_1], dst_reg, 24, 16, 23)); in bpf_jit_build_body()
/linux/arch/powerpc/include/asm/
A Dppc-opcode.h550 #define PPC_RAW_RLWIMI(d, a, i, mb, me) (0x50000000 | ___PPC_RA(d) | ___PPC_RS(a) | __PPC_SH(i) | _… macro

Completed in 11 milliseconds