* ppc.h (PPC_OPCODE_64_BRIDGE): New.
This commit is contained in:
parent
e2e59ff4eb
commit
a594afbb42
|
@ -1,3 +1,7 @@
|
||||||
|
Sat May 8 23:27:35 1999 Richard Henderson <rth@cygnus.com>
|
||||||
|
|
||||||
|
* ppc.h (PPC_OPCODE_64_BRIDGE): New.
|
||||||
|
|
||||||
1999-04-14 Doug Evans <devans@casey.cygnus.com>
|
1999-04-14 Doug Evans <devans@casey.cygnus.com>
|
||||||
|
|
||||||
* cgen.h (CGEN_ATTR): Delete member num_nonbools.
|
* cgen.h (CGEN_ATTR): Delete member num_nonbools.
|
||||||
|
|
|
@ -85,6 +85,9 @@ extern const int powerpc_num_opcodes;
|
||||||
for the assembler's -many option, and it eliminates duplicates). */
|
for the assembler's -many option, and it eliminates duplicates). */
|
||||||
#define PPC_OPCODE_ANY (0200)
|
#define PPC_OPCODE_ANY (0200)
|
||||||
|
|
||||||
|
/* Opcode is supported as part of the 64-bit bridge. */
|
||||||
|
#define PPC_OPCODE_64_BRIDGE (0400)
|
||||||
|
|
||||||
/* 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…
Reference in New Issue