Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h550 #define PPC_RAW_OR(d, a, b) (0x7c000378 | ___PPC_RA(d) | ___PPC_RS(a) | ___PPC_RB(b)) macro
551 #define PPC_RAW_MR(d, a) PPC_RAW_OR(d, a, a)