* 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.
This commit is contained in:
Frank Ch. Eigler 1998-04-13 20:25:24 +00:00
parent 7234efcb53
commit dde0a234f5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
start-sanitize-r5900
Mon Apr 13 16:02:02 1998 Frank Ch. Eigler <fche@cygnus.com>
* vu0.h: Corrected bit pattern for VMAXI opcode.
end-sanitize-r5900
Fri Apr 10 18:14:31 1998 Doug Evans <devans@canuck.cygnus.com>
* m32r-opc.c: Regenerate.

View File

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