* ppc-opc.c (icbt): Order correctly.
This commit is contained in:
parent
1652590996
commit
0152a4c679
@ -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>
|
||||
|
||||
|
@ -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 } },
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user