Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/net/
Dbpf_jit_comp64.c1093 EMIT(PPC_RAW_RLWINM_DOT(tmp1_reg, tmp1_reg, 0, 0, 31)); in bpf_jit_build_body()
1173 EMIT(PPC_RAW_RLWINM_DOT(tmp1_reg, tmp1_reg, in bpf_jit_build_body()
/Linux-v6.1/arch/powerpc/include/asm/
Dppc-opcode.h553 #define PPC_RAW_RLWINM_DOT(d, a, i, mb, me) \ macro