mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* ppc-opc.c (powerpc_opcodes): Fix encoding of efscfd.
This commit is contained in:
parent
c4d88f87b7
commit
0e06657a9a
@ -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.
|
||||
|
@ -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 } },
|
||||
|
Loading…
Reference in New Issue
Block a user