* mips-opc.c (mips_builtin_opcodes): Update vmtir syntax.
authorDoug Evans <dje@google.com>
Wed, 9 Dec 1998 23:10:52 +0000 (23:10 +0000)
committerDoug Evans <dje@google.com>
Wed, 9 Dec 1998 23:10:52 +0000 (23:10 +0000)
* dvp-opc.c (vu_lower_opcodes): Update mtir entry.
(extract_ffstreg): Fix calculation of reg part of returned value.
PR 18402

opcodes/ChangeLog
opcodes/mips-opc.c

index f514277..0198965 100644 (file)
@@ -1,3 +1,11 @@
+start-sanitize-sky
+Wed Dec  9 14:57:23 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * mips-opc.c (mips_builtin_opcodes): Update vmtir syntax.
+       * dvp-opc.c (vu_lower_opcodes): Update mtir entry.
+       (extract_ffstreg): Fix calculation of reg part of returned value.
+
+end-sanitize-sky
 Tue Dec  8 13:56:18 1998  David Taylor  <taylor@texas.cygnus.com>
 
        * dis-buf.c (generic_strcat_address): reformat to GNU coding
index 8801a36..4225f86 100644 (file)
@@ -241,7 +241,7 @@ const struct mips_opcode mips_builtin_opcodes[] = {
 {"vmsubax", "&UK,2K,1#x",      0x4a0000fc, 0xfe0007ff, 0,              T5},
 {"vmsubay", "&UK,2K,1#y",      0x4a0000fd, 0xfe0007ff, 0,              T5},
 {"vmsubaz", "&UK,2K,1#z",      0x4a0000fe, 0xfe0007ff, 0,              T5},
-{"vmtir",   "&4,2K",   0x4a0003fc, 0xfe0007ff, 0,              T5},
+{"vmtir",   "4,8",     0x4a0003fc, 0xff8007ff, 0,              T5},
 {"vmul",    "&3K,2K,1K",       0x4a00002a, 0xfe00003f, 0,              T5},
 {"vmuli",   "&3K,2K,J",        0x4a00001e, 0xfe1f003f, 0,              T5},
 {"vmulq",   "&3K,2K,Q",        0x4a00001c, 0xfe1f003f, 0,              T5},