* ppc-opc.c: Add "tlbiel" for POWER4.

This commit is contained in:
Alan Modra 2002-05-09 11:15:47 +00:00
parent ace4f296f5
commit c1a34e6066
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-05-09 Anton Blanchard <anton@samba.org>
* ppc-opc.c: Add "tlbiel" for POWER4.
2002-05-07 Graydon Hoare <graydon@redhat.com>
* cgen-dis.in: (print_insn_@arch@): Cache list of opened CPUs rather

View File

@ -3065,6 +3065,8 @@ const struct powerpc_opcode powerpc_opcodes[] = {
{ "addo.", XO(31,266,1,1), XO_MASK, PPCCOM, { RT, RA, RB } },
{ "caxo.", XO(31,266,1,1), XO_MASK, PWRCOM, { RT, RA, RB } },
{ "tlbiel", X(31,274), XRTRA_MASK, POWER4, { RB } },
{ "mfapidi", X(31,275), X_MASK, BOOKE, { RT, RA } },
{ "lscbx", XRC(31,277,0), X_MASK, M601, { RT, RA, RB } },