diff options
author | H.J. Lu <hjl@lucon.org> | 2006-02-23 00:17:24 +0000 |
---|---|---|
committer | H.J. Lu <hjl@lucon.org> | 2006-02-23 00:17:24 +0000 |
commit | 30406e22540622e249e3d6beaa4452751e83ea90 (patch) | |
tree | 4f005b8cdef849623b8b83d0a5c2cf5ff2d79492 /opcodes/ia64-opc-b.c | |
parent | 5b5fef7ba34797256ea94bf70870ef1b88687d9b (diff) | |
download | gdb-30406e22540622e249e3d6beaa4452751e83ea90.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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opcodes/ia64-opc-b.c b/opcodes/ia64-opc-b.c index 7786b1a57f3..08d52a99e91 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}, |