aboutsummaryrefslogtreecommitdiff
path: root/opcodes/vu0.h
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>1998-04-13 20:25:24 +0000
committerFrank Ch. Eigler <fche@redhat.com>1998-04-13 20:25:24 +0000
commitdde0a234f583df69ec66449e3e2ad926740703b6 (patch)
tree2d4594f1d046f51c5e87078d6d7b7f59c6da16d3 /opcodes/vu0.h
parent7234efcb531fa088586e4a546a80500deb080038 (diff)
downloadgdb-dde0a234f583df69ec66449e3e2ad926740703b6.zip
gdb-dde0a234f583df69ec66449e3e2ad926740703b6.tar.gz
gdb-dde0a234f583df69ec66449e3e2ad926740703b6.tar.bz2
* Corrected a one-character typo. All instructions tested in gas/.../vu0.s
now correctly disassemble during runs under the sky VU0 simulator. [ChangeLog] Mon Apr 13 16:02:02 1998 Frank Ch. Eigler <fche@cygnus.com> * vu0.h: Corrected bit pattern for VMAXI opcode.
Diffstat (limited to 'opcodes/vu0.h')
-rw-r--r--opcodes/vu0.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/vu0.h b/opcodes/vu0.h
index 47479ed..3720d83 100644
--- a/opcodes/vu0.h
+++ b/opcodes/vu0.h
@@ -86,7 +86,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
{"vmadday", "&UK,2K,1#y", 0x4a0000bd, 0xfe0007ff, 0, T5},
{"vmaddaz", "&UK,2K,1#z", 0x4a0000be, 0xfe0007ff, 0, T5},
{"vmax", "&3K,2K,1K", 0x4a00002b, 0xfe00003f, 0, T5},
-{"vmaxi", "&3K,2K,J", 0x4a00001b, 0xfe1f003f, 0, T5},
+{"vmaxi", "&3K,2K,J", 0x4a00001d, 0xfe1f003f, 0, T5},
{"vmaxw", "&3K,2K,1#w", 0x4a000013, 0xfe00003f, 0, T5},
{"vmaxx", "&3K,2K,1#x", 0x4a000010, 0xfe00003f, 0, T5},
{"vmaxy", "&3K,2K,1#y", 0x4a000011, 0xfe00003f, 0, T5},