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

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dppc.h65 #define PPC_OPCODE_POWER 2 macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dppc-dis.c127 return print_insn_powerpc (memaddr, info, 1, PPC_OPCODE_POWER);
H A Dppc-opc.c1905 #define POWER PPC_OPCODE_POWER
1906 #define POWER2 PPC_OPCODE_POWER | PPC_OPCODE_POWER2
1907 #define PPCPWR2 PPC_OPCODE_PPC | PPC_OPCODE_POWER | PPC_OPCODE_POWER2
1908 #define POWER32 PPC_OPCODE_POWER | PPC_OPCODE_32
1909 #define COM PPC_OPCODE_POWER | PPC_OPCODE_PPC | PPC_OPCODE_COMMON
1910 #define COM32 PPC_OPCODE_POWER | PPC_OPCODE_PPC | PPC_OPCODE_COMMON | PPC_OPCODE_32
1911 #define M601 PPC_OPCODE_POWER | PPC_OPCODE_601
1912 #define PWRCOM PPC_OPCODE_POWER | PPC_OPCODE_601 | PPC_OPCODE_COMMON
1913 #define MFDEC1 PPC_OPCODE_POWER

Completed in 68 milliseconds