X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=opcodes%2Fia64-opc.h;h=fb8836d7bf3351d0e29ae2c36091d52ec07a066d;hb=f6044a4be7f6f04e96f145ba045608e75e1e852b;hp=8a208fda48341e7361a4bbd2ea3bcbbefb45a23d;hpb=d0352a18a504a4e7b761f6b3264cf11347d8d056;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/ia64-opc.h b/opcodes/ia64-opc.h index 8a208fda48..fb8836d7bf 100644 --- a/opcodes/ia64-opc.h +++ b/opcodes/ia64-opc.h @@ -1,23 +1,23 @@ /* ia64-opc.h -- IA-64 opcode table. - Copyright (C) 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1998-2020 Free Software Foundation, Inc. Contributed by David Mosberger-Tang - This file is part of GDB, GAS, and the GNU binutils. + This file is part of the GNU opcodes library. - GDB, GAS, and the GNU binutils are free software; you can redistribute - them and/or modify them under the terms of the GNU General Public - License as published by the Free Software Foundation; either version - 2, or (at your option) any later version. + This library is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3, or (at your option) + any later version. - GDB, GAS, and the GNU binutils are distributed in the hope that they - will be useful, but WITHOUT ANY WARRANTY; without even the implied - warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - the GNU General Public License for more details. + It is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. You should have received a copy of the GNU General Public License along with this file; see the file COPYING. If not, write to the - Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ #ifndef IA64_OPC_H #define IA64_OPC_H @@ -40,9 +40,11 @@ #define F2_EQ_F3 IA64_OPCODE_F2_EQ_F3 #define LEN_EQ_64MCNT IA64_OPCODE_LEN_EQ_64MCNT #define MOD_RRBS IA64_OPCODE_MOD_RRBS +#define POSTINC IA64_OPCODE_POSTINC #define AR_CCV IA64_OPND_AR_CCV #define AR_PFS IA64_OPND_AR_PFS +#define AR_CSD IA64_OPND_AR_CSD #define C1 IA64_OPND_C1 #define C8 IA64_OPND_C8 #define C16 IA64_OPND_C16 @@ -68,6 +70,7 @@ #define R2 IA64_OPND_R2 #define R3 IA64_OPND_R3 #define R3_2 IA64_OPND_R3_2 +#define DAHR IA64_OPND_DAHR3 #define CPUID_R3 IA64_OPND_CPUID_R3 #define DBR_R3 IA64_OPND_DBR_R3 @@ -79,6 +82,7 @@ #define PKR_R3 IA64_OPND_PKR_R3 #define PMC_R3 IA64_OPND_PMC_R3 #define PMD_R3 IA64_OPND_PMD_R3 +#define DAHR_R3 IA64_OPND_DAHR_R3 #define RR_R3 IA64_OPND_RR_R3 #define CCNT5 IA64_OPND_CCNT5 @@ -106,10 +110,13 @@ #define IMM9a IA64_OPND_IMM9a #define IMM9b IA64_OPND_IMM9b #define IMMU2 IA64_OPND_IMMU2 +#define IMMU16 IA64_OPND_IMMU16 +#define IMMU19 IA64_OPND_IMMU19 #define IMMU21 IA64_OPND_IMMU21 #define IMMU24 IA64_OPND_IMMU24 #define IMMU62 IA64_OPND_IMMU62 #define IMMU64 IA64_OPND_IMMU64 +#define IMMU5b IA64_OPND_IMMU5b #define IMMU7a IA64_OPND_IMMU7a #define IMMU7b IA64_OPND_IMMU7b #define IMMU9 IA64_OPND_IMMU9 @@ -125,5 +132,7 @@ #define TGT25b IA64_OPND_TGT25b #define TGT25c IA64_OPND_TGT25c #define TGT64 IA64_OPND_TGT64 +#define CNT6a IA64_OPND_CNT6a +#define STRD5b IA64_OPND_STRD5b #endif