* ppc-opc.c: Add "tlbsx." and "tlbsxe." for booke.
authorAlan Modra <amodra@gmail.com>
Wed, 1 May 2002 01:22:00 +0000 (01:22 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 1 May 2002 01:22:00 +0000 (01:22 +0000)
opcodes/ChangeLog
opcodes/ppc-opc.c

index 777f1bc7ac65c1289bb8efd914ac46bafacf340b..80f094c6aeb3eb87e5ec7a0e06b82fc9c286fb9e 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-01  Alan Modra  <amodra@bigpond.net.au>
+
+       * ppc-opc.c: Add "tlbsx." and "tlbsxe." for booke.
+
 2002-04-24  Christian Groessler <chris@groessler.org>
 
        * z8k-dis.c (print_insn_z8k): Set disassemble_info to 2
index 3579dd249f7fbb8d6bf954719c08069c7f744c2e..1e49597f3403ede87023d543ea916e74c95efc12 100644 (file)
@@ -3688,7 +3688,9 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 { "tlbsx.",  XRC(31,914,1), X_MASK,    PPC403,         { RT, RA, RB } },
 
 { "tlbsx",   XRC(31,914,0), X_MASK,    BOOKE,          { RA, RB } },
+{ "tlbsx.",  XRC(31,914,1), X_MASK,    BOOKE,          { RA, RB } },
 { "tlbsxe",  XRC(31,915,0), X_MASK,    BOOKE,          { RA, RB } },
+{ "tlbsxe.", XRC(31,915,1), X_MASK,    BOOKE,          { RA, RB } },
 
 { "slbmfee", X(31,915), XRA_MASK,      PPC64,          { RT, RB } },