From ecaf4872483e725137d510515e552c27444e9091 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 28 Aug 2008 14:07:48 +0000 Subject: [PATCH] gas/ 2008-08-28 H.J. Lu * config/tc-ia64.c (CR_IIB0): New. (CR_IIB1): Likewise. (cr): Add cr.iib0 and cr.iib1. (specify_resource): Handle IA64_RS_CR_IIB and CR_IIB0/CR_IIB1. gas/testsuite/ 2008-08-28 H.J. Lu * gas/ia64/dv-raw-err.s: Add tests for cr.iib0 and cr.iib1. * gas/ia64/dv-waw-err.s: Likewise. * gas/ia64/regs.s: Likewise. * gas/ia64/dv-raw-err.l: Updated. * gas/ia64/dv-waw-err.l: Likewise. * gas/ia64/regs.d: Likewise. include/opcode/ 2008-08-28 H.J. Lu * ia64.h (ia64_resource_specifier): Add IA64_RS_CR_IIB. Update IA64_RS_CR. opcodes/ 2008-08-28 H.J. Lu * ia64-dis.c (print_insn_ia64): Handle cr.iib0 and cr.iib1. * ia64-gen.c (lookup_specifier): Likewise. * ia64-ic.tbl: Add support for cr.iib0 and cr.iib1. * ia64-raw.tbl: Likewise. * ia64-waw.tbl: Likewise. * ia64-asmtab.c: Regenerated. --- include/opcode/ChangeLog | 5 +++++ include/opcode/ia64.h | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 467cc5b60..9a97ab600 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,8 @@ +2008-08-28 H.J. Lu + + * ia64.h (ia64_resource_specifier): Add IA64_RS_CR_IIB. Update + IA64_RS_CR. + 2008-08-01 Peter Bergner * ppc.h (PPC_OPCODE_VSX, PPC_OPERAND_VSR): New. diff --git a/include/opcode/ia64.h b/include/opcode/ia64.h index 447e50e1d..280862dfb 100644 --- a/include/opcode/ia64.h +++ b/include/opcode/ia64.h @@ -171,9 +171,10 @@ enum ia64_resource_specifier IA64_RS_BR, IA64_RS_CFM, IA64_RS_CPUID, + IA64_RS_CR_IIB, IA64_RS_CR_IRR, IA64_RS_CR_LRR, - IA64_RS_CR, /* 3-7,10-15,18,26-63,75-79,82-127 */ + IA64_RS_CR, /* 3-7,10-15,18,28-63,75-79,82-127 */ IA64_RS_DBR, IA64_RS_FR, IA64_RS_FRb, -- 2.43.5