Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/include/asm/
Dppc-opcode.h24 #define PPC_INST_ISEL_MASK 0xfc00003e macro
/linux-2.6.39/arch/powerpc/kernel/
Dtraps.c907 if ((instword & PPC_INST_ISEL_MASK) == PPC_INST_ISEL) { in emulate_instruction()