* ppc-opc.c (powerpc_opcodes): Fix encoding of efscfd.
authorAldy Hernandez <aldyh@redhat.com>
Mon, 7 Mar 2005 20:05:44 +0000 (20:05 +0000)
committerAldy Hernandez <aldyh@redhat.com>
Mon, 7 Mar 2005 20:05:44 +0000 (20:05 +0000)
opcodes/ChangeLog
opcodes/ppc-opc.c

index 13e66ee262f04c855c19f9b88fde97e4b3cc9c6d..ff232f5e467bd226d857cfe84b1aeed74d1e1894 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-07  Aldy Hernandez  <aldyh@redhat.com>
+
+       * ppc-opc.c (powerpc_opcodes): Fix encoding of efscfd.
+
 2005-03-05  Alan Modra  <amodra@bigpond.net.au>
 
        * po/opcodes.pot: Regenerate.
index 8089a255496d896ded2d2fec06d4305f61cbfd5c..68f73d23bad083a69582295fda95a8bc91f90045 100644 (file)
@@ -1962,7 +1962,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
   /* Double-precision opcodes.  */
   /* Some of these conflict with AltiVec, so move them before, since
      PPCVEC includes the PPC_OPCODE_PPC set.  */
-{ "efscfd",   VX(4, 719), VX_MASK,     PPCEFS,         { RS, RA } },
+{ "efscfd",   VX(4, 719), VX_MASK,     PPCEFS,         { RS, RB } },
 { "efdabs",   VX(4, 740), VX_MASK,     PPCEFS,         { RS, RA } },
 { "efdnabs",  VX(4, 741), VX_MASK,     PPCEFS,         { RS, RA } },
 { "efdneg",   VX(4, 742), VX_MASK,     PPCEFS,         { RS, RA } },
This page took 0.029544 seconds and 4 git commands to generate.