* vu0.h (sqc2): Fix opcode.

This commit is contained in:
Jeff Law 1998-06-01 16:36:09 +00:00
parent 29b5afe9af
commit 7d3d00f846
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
start-sanitize-r5900
Mon Jun 1 10:27:26 1998 Jeffrey A Law (law@cygnus.com)
* vu0.h (sqc2): Fix opcode.
* mips-opc.c (rsqrt.s): Update based on r5900 ISA manual version 2.1
(sqrt.s): Likewise.

View File

@ -28,7 +28,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
{"qmtc2", "t,2", 0x48a00000, 0xffe007ff, 0, T5},
{"qmtc2.ni", "t,2", 0x48a00000, 0xffe007ff, 0, T5},
{"qmtc2.i", "t,2", 0x48a00001, 0xffe007ff, 0, T5},
{"sqc2", "1,o(b)", 0xe8000000, 0xfc000000, 0, T5},
{"sqc2", "1,o(b)", 0xf8000000, 0xfc000000, 0, T5},
{"vabs", "&1K,2K", 0x4a0001fd, 0xfe0007ff, 0, T5},
{"vadd", "&3K,2K,1K", 0x4a000028, 0xfe00003f, 0, T5},
{"vaddi", "&3K,2K,J", 0x4a000022, 0xfe1f003f, 0, T5},