Searched refs:PPC_INST_ISEL (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/include/asm/ | ||
D | ppc-opcode.h | 141 #define PPC_INST_ISEL 0x7c00001e macro |
/arch/powerpc/kernel/ | ||
D | traps.c | 1059 if ((instword & PPC_INST_ISEL_MASK) == PPC_INST_ISEL) { in emulate_instruction() |