From a6831cce0f007948d4136567cd6aefe427dbe298 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 9 Dec 1998 23:10:52 +0000 Subject: [PATCH] * 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 --- opcodes/ChangeLog | 8 ++++++++ opcodes/mips-opc.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f514277780..0198965737 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +start-sanitize-sky +Wed Dec 9 14:57:23 1998 Doug Evans + + * 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 * dis-buf.c (generic_strcat_address): reformat to GNU coding diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c index 8801a3677b..4225f86510 100644 --- a/opcodes/mips-opc.c +++ b/opcodes/mips-opc.c @@ -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},