* ppc-opc.c (powerpc_opcodes): Fix the first two operands of
authorPeter Bergner <bergner@vnet.ibm.com>
Tue, 16 Oct 2007 02:55:30 +0000 (02:55 +0000)
committerPeter Bergner <bergner@vnet.ibm.com>
Tue, 16 Oct 2007 02:55:30 +0000 (02:55 +0000)
dquaiq. to use the TE and FRT macros.

opcodes/ChangeLog
opcodes/ppc-opc.c

index a73c99b5d6b76e0a45403f0e1aea26b7fba8e3e0..d9f7c9d08bc1c2b6a44ba459fcb7c332ce6b74e7 100644 (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.
index ad30fc5f515c79974054574365b3dfd03ae24fc2..b33e7f32075d36dd25338dea19c14f47e6b1fc6f 100644 (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 } },
This page took 0.031231 seconds and 4 git commands to generate.