* 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.
PR 18402
This commit is contained in:
Doug Evans 1998-12-09 23:10:52 +00:00
parent ffd4e62b2c
commit a6831cce0f
2 changed files with 9 additions and 1 deletions

View 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

View 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},