summaryrefslogtreecommitdiff
path: root/opcodes/ia64-opc-b.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2006-02-23 00:17:24 +0000
committerH.J. Lu <hjl@lucon.org>2006-02-23 00:17:24 +0000
commitf47e2ca325e17bedf461f57d63cbc11fb883582c (patch)
tree280bec0c3be99b2d0868e9b513b36eca279d4125 /opcodes/ia64-opc-b.c
parentce50215c9299c08d70681fc58aacae8598914b1c (diff)
downloadbinutils-redhat-f47e2ca325e17bedf461f57d63cbc11fb883582c.tar.gz
gas/
2006-02-22 H.J. Lu <hongjiu.lu@intel.com> * config/tc-ia64.c (specify_resource): Add the rule 17 from SDM 2.2. gas/testsuite/ 2006-02-22 H.J. Lu <hongjiu.lu@intel.com> * gas/ia64/dv-raw-err.s: Add check for vmsw.0. * gas/ia64/dv-raw-err.l: Updated. * gas/ia64/opc-b.s: Add vmsw.0 and vmsw.1. * gas/ia64/opc-b.d: Updated. opcodes/ 2006-02-22 H.J. Lu <hongjiu.lu@intel.com> * ia64-gen.c (lookup_regindex): Handle ".vm". (print_dependency_table): Handle '\"'. * ia64-ic.tbl: Updated from SDM 2.2. * ia64-raw.tbl: Likewise. * ia64-waw.tbl: Likewise. * ia64-asmtab.c: Regenerated. * ia64-opc-b.c (ia64_opcodes_b): Add vmsw.0 and vmsw.1.
Diffstat (limited to 'opcodes/ia64-opc-b.c')
-rw-r--r--opcodes/ia64-opc-b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/opcodes/ia64-opc-b.c b/opcodes/ia64-opc-b.c
index 7786b1a57f..08d52a99e9 100644
--- a/opcodes/ia64-opc-b.c
+++ b/opcodes/ia64-opc-b.c
@@ -197,6 +197,8 @@ struct ia64_opcode ia64_opcodes_b[] =
{"bsw.0", B0, OpX6 (0, 0x0c), {0, }, NO_PRED | LAST | PRIV, 0, NULL},
{"bsw.1", B0, OpX6 (0, 0x0d), {0, }, NO_PRED | LAST | PRIV, 0, NULL},
{"epc", B0, OpX6 (0, 0x10), {0, }, NO_PRED, 0, NULL},
+ {"vmsw.0", B0, OpX6 (0, 0x18), {0, }, NO_PRED | PRIV, 0, NULL},
+ {"vmsw.1", B0, OpX6 (0, 0x19), {0, }, NO_PRED | PRIV, 0, NULL},
{"break.b", B0, OpX6 (0, 0x00), {IMMU21}, EMPTY},