Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/net/
Dbpf_jit_comp64.c597 EMIT(PPC_RAW_RLWIMI(b2p[TMP_REG_1], dst_reg, 24, 24, 31)); in bpf_jit_build_body()
609 EMIT(PPC_RAW_RLWIMI(b2p[TMP_REG_1], dst_reg, 24, 0, 7)); in bpf_jit_build_body()
611 EMIT(PPC_RAW_RLWIMI(b2p[TMP_REG_1], dst_reg, 24, 16, 23)); in bpf_jit_build_body()
/Linux-v5.10/arch/powerpc/include/asm/
Dppc-opcode.h495 #define PPC_RAW_RLWIMI(d, a, i, mb, me) (0x50000000 | ___PPC_RA(d) | ___PPC_RS(a) | __PPC_SH(i) | _… macro