ppc-opc.c (powerpc_opcodes): Readd tlbre for PPC403.
This commit is contained in:
parent
3728fadeb8
commit
1c7c333e1f
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-03-14 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* ppc-opc.c (powerpc_opcodes): Readd tlbre for PPC403.
|
||||
|
||||
2003-02-25 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* hppa-dis.c: Formatting.
|
||||
|
|
|
@ -4230,6 +4230,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
|
|||
|
||||
{ "tlbrehi", XTLB(31,946,0), XTLB_MASK, PPC403, { RT, RA } },
|
||||
{ "tlbrelo", XTLB(31,946,1), XTLB_MASK, PPC403, { RT, RA } },
|
||||
{ "tlbre", X(31,946), X_MASK, PPC403, { RS, RA, SH } },
|
||||
|
||||
{ "sraiq", XRC(31,952,0), X_MASK, M601, { RA, RS, SH } },
|
||||
{ "sraiq.", XRC(31,952,1), X_MASK, M601, { RA, RS, SH } },
|
||||
|
|
Loading…
Add table
Reference in a new issue