Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c998 EMIT(PPC_RAW_SLWI(_R4, _R4, 6)); in __arch_prepare_bpf_trampoline()
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h578 #define PPC_RAW_SLWI(d, a, i) PPC_RAW_RLWINM(d, a, i, 0, 31-(i)) macro