Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/include/asm/
Dppc-opcode.h567 #define PPC_RAW_RLDICR(d, a, i, me) (0x78000004 | ___PPC_RA(d) | ___PPC_RS(a) | __PPC_SH64(i) |… macro
574 #define PPC_RAW_SLDI(d, a, i) PPC_RAW_RLDICR(d, a, i, 63-(i))