Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h580 #define PPC_RAW_SRWI(d, a, i) PPC_RAW_RLWINM(d, a, 32-(i), i, 31) macro
/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c1222 EMIT(PPC_RAW_SRWI(dst_reg, dst_reg, imm)); in bpf_jit_build_body()