* ppc-opc.c (powerpc_opcodes): Recognize three-operand tlbsxe.
authorAlan Modra <amodra@gmail.com>
Wed, 18 Apr 2007 23:57:01 +0000 (23:57 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 18 Apr 2007 23:57:01 +0000 (23:57 +0000)
opcodes/ChangeLog
opcodes/ppc-opc.c

index d090f654cb0544a5b768512607d754554ed24f1e..71dca1b0dc46a44a7e6da825840a4b5b9bb9ee30 100644 (file)
@@ -1,3 +1,7 @@
+2007-04-19  Nathan Froyd <froydnj@codesourcery.com>
+
+       * ppc-opc.c (powerpc_opcodes): Recognize three-operand tlbsxe.
+
 2007-04-18  H.J. Lu <hongjiu.lu@intel.com>
 
        * i386-dis.c (CRC32_Fixup): New.
index a0b675be5698c96c59505e3ad10adf93b750d309..41f369d69d9cf9d680a22aafe99eff57f845ab23 100644 (file)
@@ -4454,8 +4454,8 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 
 { "tlbsx",   XRC(31,914,0), X_MASK,    PPC403|BOOKE,   { RTO, RA, RB } },
 { "tlbsx.",  XRC(31,914,1), X_MASK,    PPC403|BOOKE,   { RTO, RA, RB } },
-{ "tlbsxe",  XRC(31,915,0), X_MASK,    BOOKE64,        { RA, RB } },
-{ "tlbsxe.", XRC(31,915,1), X_MASK,    BOOKE64,        { RA, RB } },
+{ "tlbsxe",  XRC(31,915,0), X_MASK,    BOOKE64,        { RTO, RA, RB } },
+{ "tlbsxe.", XRC(31,915,1), X_MASK,    BOOKE64,        { RTO, RA, RB } },
 
 { "slbmfee", X(31,915), XRA_MASK,      PPC64,          { RT, RB } },
 
This page took 0.038993 seconds and 4 git commands to generate.