Home
last modified time | relevance | path

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

/arch/powerpc/net/
Dbpf_jit.h214 #define PPC_SLWI(d, a, i) EMIT(PPC_INST_RLWINM | ___PPC_RA(d) | \
218 #define PPC_SRWI(d, a, i) EMIT(PPC_INST_RLWINM | ___PPC_RA(d) | \
/arch/powerpc/include/asm/
Dppc-opcode.h236 #define PPC_INST_RLWINM 0x54000000 macro