diff options
author | Alan Modra <amodra@gmail.com> | 2003-06-10 07:44:11 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-06-10 07:44:11 +0000 |
commit | adadcc0cc96a9373f7dfb9b7ca3c57d630872730 (patch) | |
tree | 00f2f222425404d217e030d6347b5a652b41b802 /include/opcode/ppc.h | |
parent | 2a93846b50ab8ecbbcc7775de29f3494889cb3f9 (diff) | |
download | gdb-adadcc0cc96a9373f7dfb9b7ca3c57d630872730.zip gdb-adadcc0cc96a9373f7dfb9b7ca3c57d630872730.tar.gz gdb-adadcc0cc96a9373f7dfb9b7ca3c57d630872730.tar.bz2 |
Add "attn", "lq" and "stq" power4 insns.
Diffstat (limited to 'include/opcode/ppc.h')
-rw-r--r-- | include/opcode/ppc.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h index ffd313a..c4adf71 100644 --- a/include/opcode/ppc.h +++ b/include/opcode/ppc.h @@ -1,5 +1,5 @@ /* 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. 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. */ #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 with the operands table for simplicity. The macro table is an |