Add "attn", "lq" and "stq" power4 insns.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | 2003-06-10  Gary Hade <garyhade@us.ibm.com> | ||||||
|  |  | ||||||
|  | 	* ppc.h (PPC_OPERAND_DQ): Define. | ||||||
|  |  | ||||||
| 2003-06-10  Richard Sandiford  <rsandifo@redhat.com> | 2003-06-10  Richard Sandiford  <rsandifo@redhat.com> | ||||||
|  |  | ||||||
| 	* h8300.h (IMM4_NS, IMM8_NS): New. | 	* h8300.h (IMM4_NS, IMM8_NS): New. | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* ppc.h -- Header file for PowerPC opcode table | /* ppc.h -- Header file for PowerPC opcode table | ||||||
|    Copyright 1994, 1995, 1999, 2000, 2001, 2002 |    Copyright 1994, 1995, 1999, 2000, 2001, 2002, 2003 | ||||||
|    Free Software Foundation, Inc. |    Free Software Foundation, Inc. | ||||||
|    Written by Ian Lance Taylor, Cygnus Support |    Written by Ian Lance Taylor, Cygnus Support | ||||||
|  |  | ||||||
| @@ -273,6 +273,9 @@ extern const struct powerpc_operand powerpc_operands[]; | |||||||
|  |  | ||||||
| /* This operand is for the DS field in a DS form instruction.  */ | /* This operand is for the DS field in a DS form instruction.  */ | ||||||
| #define PPC_OPERAND_DS (020000) | #define PPC_OPERAND_DS (020000) | ||||||
|  |  | ||||||
|  | /* This operand is for the DQ field in a DQ form instruction.  */ | ||||||
|  | #define PPC_OPERAND_DQ (040000) | ||||||
|  |  | ||||||
| /* The POWER and PowerPC assemblers use a few macros.  We keep them | /* The POWER and PowerPC assemblers use a few macros.  We keep them | ||||||
|    with the operands table for simplicity.  The macro table is an |    with the operands table for simplicity.  The macro table is an | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user