ppc-opc.c (powerpc_opcodes): Readd tlbre for PPC403.
authorDaniel Jacobowitz <drow@false.org>
Fri, 14 Mar 2003 21:07:54 +0000 (21:07 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 14 Mar 2003 21:07:54 +0000 (21:07 +0000)
opcodes/ChangeLog
opcodes/ppc-opc.c

index 42cf2571cf590ee135d0d795afdc6b9721442546..b22d9f61de6a92a17cdbcf5abd41392a846cdf1d 100644 (file)
@@ -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.
index 1b62f87af99ec29fbf6d0c72750003abc46896a1..204c16b371e1888767fefaa7be31eca7cc409374 100644 (file)
@@ -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 } },
This page took 0.029743 seconds and 4 git commands to generate.