Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h569 #define PPC_RAW_RLWINM(d, a, i, mb, me) (0x54000000 | ___PPC_RA(d) | ___PPC_RS(a) | __PPC_SH(i) | _… macro
578 #define PPC_RAW_SLWI(d, a, i) PPC_RAW_RLWINM(d, a, i, 0, 31-(i))
580 #define PPC_RAW_SRWI(d, a, i) PPC_RAW_RLWINM(d, a, 32-(i), i, 31)