aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-03-20 22:10:07 +0000
committerIan Lance Taylor <ian@airs.com>1996-03-20 22:10:07 +0000
commit649d87fe30e66bc791cbaa8e6e7cf28af547bb8f (patch)
tree5c7f3aa7f10a16ece07c3ac45eae6ded53abc402 /gas/config
parent0f5898ccf9faab86f0af9e71dc1f18dd56788035 (diff)
downloadgdb-649d87fe30e66bc791cbaa8e6e7cf28af547bb8f.zip
gdb-649d87fe30e66bc791cbaa8e6e7cf28af547bb8f.tar.gz
gdb-649d87fe30e66bc791cbaa8e6e7cf28af547bb8f.tar.bz2
Wed Mar 20 17:05:16 1996 David Mosberger-Tang <davidm@azstarnet.com>
* config/alpha-opcode.h: Added cvtst instruction.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/alpha-opcode.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gas/config/alpha-opcode.h b/gas/config/alpha-opcode.h
index 7c4a2d6..4ba5899 100644
--- a/gas/config/alpha-opcode.h
+++ b/gas/config/alpha-opcode.h
@@ -439,7 +439,7 @@ static const struct alpha_opcode alpha_opcodes[] =
{ "mf_fpcr", 0x5c0004a0, 1, "E" },
{ "mt_fpcr", 0x5c000480, 1, "E" },
-/* Vax subset (opcode 0x15) */
+/* VAX subset (opcode 0x15) */
{ "addf", 0x54001000, 1, "e,f,g" },
{ "addf/c", 0x54000000, 1, "e,f,g" },
{ "addf/u", 0x54003000, 1, "e,f,g" },
@@ -653,6 +653,8 @@ static const struct alpha_opcode alpha_opcodes[] =
{ "cvtqt/suic", 0x5be0e7c0, 1, "f,g" },
{ "cvtqt/suim", 0x5be0efc0, 1, "f,g" },
{ "cvtqt/suid", 0x5be0ffc0, 1, "f,g" },
+{ "cvtst", 0x5be05580, 1, "f,g" }, /* note: floatop is same as cvtts! */
+{ "cvtst/s", 0x5be0d580, 1, "f,g" }, /* note: floatop is same as cvtts! */
{ "cvtts", 0x5be01580, 1, "f,g" },
{ "cvtts/c", 0x5be00580, 1, "f,g" },
{ "cvtts/m", 0x5be00d80, 1, "f,g" },