* ppc-opc.c: Add "tlbsx." and "tlbsxe." for booke.

This commit is contained in:
Alan Modra 2002-05-01 01:22:00 +00:00
parent 94c30b78db
commit 7d4a12d20f
2 changed files with 6 additions and 0 deletions

View 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

View 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 } },