ppc e500mc support
This commit is contained in:
parent
0158b75986
commit
962c961a36
@ -1,3 +1,7 @@
|
||||
2008-04-14 Edmar Wienskoski <edmar@freescale.com>
|
||||
|
||||
* ppc.h: (PPC_OPCODE_E500MC): New.
|
||||
|
||||
2008-04-03 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* i386.h (MAX_OPERANDS): Set to 5.
|
||||
|
@ -149,6 +149,9 @@ extern const int powerpc_num_opcodes;
|
||||
/* Opcode is supported by CPUs with paired singles support. */
|
||||
#define PPC_OPCODE_PPCPS 0x10000000
|
||||
|
||||
/* Opcode is supported by Power E500MC */
|
||||
#define PPC_OPCODE_E500MC 0x20000000
|
||||
|
||||
/* A macro to extract the major opcode from an instruction. */
|
||||
#define PPC_OP(i) (((i) >> 26) & 0x3f)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user