Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c1125 EMIT(PPC_RAW_RLWINM_DOT(tmp1_reg, tmp1_reg, 0, 0, 31)); in bpf_jit_build_body()
1205 EMIT(PPC_RAW_RLWINM_DOT(tmp1_reg, tmp1_reg, in bpf_jit_build_body()
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h563 #define PPC_RAW_RLWINM_DOT(d, a, i, mb, me) \ macro