diff options
author | Doug Evans <dje@google.com> | 1998-12-09 23:10:52 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-12-09 23:10:52 +0000 |
commit | a6831cce0f007948d4136567cd6aefe427dbe298 (patch) | |
tree | 9d576f1dc38812490b7edb93ba65df372414a02e /opcodes | |
parent | ffd4e62b2cca0fc44f23ee429def842821426ed1 (diff) | |
download | gdb-a6831cce0f007948d4136567cd6aefe427dbe298.zip gdb-a6831cce0f007948d4136567cd6aefe427dbe298.tar.gz gdb-a6831cce0f007948d4136567cd6aefe427dbe298.tar.bz2 |
* 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
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 8 | ||||
-rw-r--r-- | opcodes/mips-opc.c | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f514277..0198965 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -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 diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c index 8801a36..4225f86 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}, |