From aa9e1b45864cadb3d4de264a1e895d660786937e Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 23 Feb 2006 21:36:18 +0000 Subject: bfd/ 2006-02-23 H.J. Lu * cpu-ia64-opc.c (ins_immu5b): New. (ext_immu5b): Likewise. (elf64_ia64_operands): Add IMMU5b. gas/ 2006-02-23 H.J. Lu * config/tc-ia64.c (operand_match): Handle IA64_OPND_IMMU5b. gas/testsuite/ 2006-02-23 H.J. Lu * gas/ia64/opc-i.s: Add tests for tf. * gas/ia64/pseudo.s: Likewise. * gas/ia64/opc-i.d: Updated. * gas/ia64/pseudo.d: Likewise. include/opcode/ 2006-02-23 H.J. Lu * ia64.h (ia64_opnd): Add IA64_OPND_IMMU5b. opcodes/ 2006-02-23 H.J. Lu * ia64-opc-i.c (bXc): New. (mXc): Likewise. (OpX2TaTbYaXcC): Likewise. (TF). Likewise. (TFCM). Likewise. (ia64_opcodes_i): Add instructions for tf. * ia64-opc.h (IMMU5b): New. * ia64-asmtab.c: Regenerated. --- opcodes/ia64-opc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'opcodes/ia64-opc.h') diff --git a/opcodes/ia64-opc.h b/opcodes/ia64-opc.h index 0c978495a8..617de5e8fa 100644 --- a/opcodes/ia64-opc.h +++ b/opcodes/ia64-opc.h @@ -1,5 +1,6 @@ /* ia64-opc.h -- IA-64 opcode table. - Copyright 1998, 1999, 2000, 2002 Free Software Foundation, Inc. + Copyright 1998, 1999, 2000, 2002, 2005, 2006 + Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of GDB, GAS, and the GNU binutils. @@ -112,6 +113,7 @@ #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 -- cgit v1.2.1