Searched refs:PPC_OPCODE_403 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dppc.h96 #define PPC_OPCODE_403 0x400 macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dppc-dis.c69 dialect |= (PPC_OPCODE_403 | PPC_OPCODE_601 | PPC_OPCODE_CLASSIC
H A Dppc-opc.c1463 /* This check uses PPC_OPCODE_403 because PPC405 is later defined
1468 && (dialect & (PPC_OPCODE_BOOKE | PPC_OPCODE_403)) == 0))
1491 && (dialect & (PPC_OPCODE_BOOKE | PPC_OPCODE_403)) == 0))
1899 #define PPC403 PPC_OPCODE_403

Completed in 100 milliseconds