* ppc-opc.c (powerpc_opcodes): Correct suffix for vslw.
authorGeoffrey Keating <geoffk@geoffk.org>
Sun, 9 Jul 2000 20:28:51 +0000 (20:28 +0000)
committerGeoffrey Keating <geoffk@geoffk.org>
Sun, 9 Jul 2000 20:28:51 +0000 (20:28 +0000)
Patch by Randall J Fisher <rfisher@ecn.purdue.edu>.

opcodes/ChangeLog
opcodes/ppc-opc.c

index b5c6186982296742161cfe52bfdd6da2981d75ca..71ec3fbd99cbb54ecd4156a6cb7456c99c49be1a 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-09  Geoffrey Keating  <geoffk@cygnus.com>
+
+       * ppc-opc.c (powerpc_opcodes): Correct suffix for vslw.
+       Patch by Randall J Fisher <rfisher@ecn.purdue.edu>.
+
 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
 
        * hppa-dis.c (fput_reg, fput_fp_reg, fput_fp_reg_r, fput_creg,
index 62f7bd0e36c0869102356e0f55ad7d49183915fe..0576c49db6e249cc57fa0b409be9b46093ddf791 100644 (file)
@@ -1520,7 +1520,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 { "vsldoi",    VXA(4,  44), VXA_MASK,  PPCVEC,         { VD, VA, VB, SHB } },
 { "vslh",      VX(4,  324), VX_MASK,   PPCVEC,         { VD, VA, VB } },
 { "vslo",      VX(4, 1036), VX_MASK,   PPCVEC,         { VD, VA, VB } },
-{ "vslw",      VX(4,  338), VX_MASK,   PPCVEC,         { VD, VA, VB } },
+{ "vslw",      VX(4,  388), VX_MASK,   PPCVEC,         { VD, VA, VB } },
 { "vspltb",    VX(4,  524), VX_MASK,   PPCVEC,         { VD, VB, UIMM } },
 { "vsplth",    VX(4,  588), VX_MASK,   PPCVEC,         { VD, VB, UIMM } },
 { "vspltisb",  VX(4,  780), VX_MASK,   PPCVEC,         { VD, SIMM } },
This page took 0.029965 seconds and 4 git commands to generate.