* ppc-opc.c (icbt): Order correctly.
authorMatthew Green <mrg@redhat.com>
Tue, 28 Aug 2001 05:47:29 +0000 (05:47 +0000)
committerMatthew Green <mrg@redhat.com>
Tue, 28 Aug 2001 05:47:29 +0000 (05:47 +0000)
opcodes/ChangeLog
opcodes/ppc-opc.c

index 77d15445cd758f91316499515e6b33e317627be5..dcf63bc843ec507f5b4ccdc87773918b45aae924 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-28  matthew gren  <mrg@redhat.com>
+
+       * ppc-opc.c (icbt): Order correctly.
+
 2001-08-27  David Edelsohn  <dje@watson.ibm.com>
            Torbjorn Granlund  <tege@swox.com>
 
index fc20fbd2ed9a7d69b8c29058e5ed1951957846c1..5cda1a1d76d81cc0235d5382c8afce2170f6f7e6 100644 (file)
@@ -2624,6 +2624,8 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 { "slliq",   XRC(31,248,0), X_MASK,    M601,           { RA, RS, SH } },
 { "slliq.",  XRC(31,248,1), X_MASK,    M601,           { RA, RS, SH } },
 
+{ "icbt",    X(31,262),        XRT_MASK,       PPC403,         { RA, RB } },
+
 { "doz",     XO(31,264,0,0), XO_MASK,  M601,           { RT, RA, RB } },
 { "doz.",    XO(31,264,0,1), XO_MASK,  M601,           { RT, RA, RB } },
 { "dozo",    XO(31,264,1,0), XO_MASK,  M601,           { RT, RA, RB } },
@@ -2645,8 +2647,6 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 
 { "lhzx",    X(31,279),        X_MASK,         COM,            { RT, RA, RB } },
 
-{ "icbt",    X(31,262),        XRT_MASK,       PPC403,         { RA, RB } },
-
 { "eqv",     XRC(31,284,0), X_MASK,    COM,            { RA, RS, RB } },
 { "eqv.",    XRC(31,284,1), X_MASK,    COM,            { RA, RS, RB } },
 
This page took 0.026836 seconds and 4 git commands to generate.