mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-11 01:48:46 +08:00
* ppc-opc.c (powerpc_opcodes): Fix the first two operands of
dquaiq. to use the TE and FRT macros.
This commit is contained in:
@ -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.
|
||||
|
@ -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 } },
|
||||
|
Reference in New Issue
Block a user