Add powerpc cell support.
This commit is contained in:
parent
7e39651a54
commit
e359f110ba
@ -1,3 +1,7 @@
|
|||||||
|
2006-10-24 Andrew Pinski <andrew_pinski@playstation.sony.com>
|
||||||
|
|
||||||
|
* ppc.h (PPC_OPCODE_CELL): Define.
|
||||||
|
|
||||||
2006-10-23 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
|
2006-10-23 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
|
||||||
|
|
||||||
* i386.h : Modify opcode to support for the change in POPCNT opcode
|
* i386.h : Modify opcode to support for the change in POPCNT opcode
|
||||||
|
@ -143,6 +143,8 @@ extern const int powerpc_num_opcodes;
|
|||||||
/* Opcode is only supported by Power6 architecture. */
|
/* Opcode is only supported by Power6 architecture. */
|
||||||
#define PPC_OPCODE_POWER6 0x4000000
|
#define PPC_OPCODE_POWER6 0x4000000
|
||||||
|
|
||||||
|
/* Opcode is only supported by PowerPC Cell family. */
|
||||||
|
#define PPC_OPCODE_CELL 0x8000000
|
||||||
|
|
||||||
/* A macro to extract the major opcode from an instruction. */
|
/* A macro to extract the major opcode from an instruction. */
|
||||||
#define PPC_OP(i) (((i) >> 26) & 0x3f)
|
#define PPC_OP(i) (((i) >> 26) & 0x3f)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user