* ppc-opc.c (powerpc_opcodes): Fix the first two operands of

dquaiq. to use the TE and FRT macros.
This commit is contained in:
Peter Bergner
2007-10-16 02:55:30 +00:00
parent 8dbcd839b1
commit 91eb7075e3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-10-15 Peter Bergner <bergner@vnet.ibm.com>
* ppc-opc.c (powerpc_opcodes): Fix the first two operands of
dquaiq. to use the TE and FRT macros.
2007-10-15 Peter Bergner <bergner@vnet.ibm.com>
* ppc-opc.c (TE): Correct signedness.

View File

@ -4680,7 +4680,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
{ "dscliq.", ZRC(63,66,1), Z_MASK, POWER6, { FRT, FRA, SH16 } },
{ "dquaiq", ZRC(63,67,0), Z2_MASK, POWER6, { TE, FRT, FRB, RMC } },
{ "dquaiq.", ZRC(63,67,1), Z2_MASK, POWER6, { FRT, FRA, FRB, RMC } },
{ "dquaiq.", ZRC(63,67,1), Z2_MASK, POWER6, { TE, FRT, FRB, RMC } },
{ "mtfsb0", XRC(63,70,0), XRARB_MASK, COM, { BT } },
{ "mtfsb0.", XRC(63,70,1), XRARB_MASK, COM, { BT } },