Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dppc-opcode.h289 #define PPC_INST_ADD 0x7c000214 macro
474 #define PPC_RAW_ADD(t, a, b) (PPC_INST_ADD | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b))
475 #define PPC_RAW_ADD_DOT(t, a, b) (PPC_INST_ADD | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | 0x1)