diff options
author | Matthew Green <mrg@redhat.com> | 2001-08-28 05:47:29 +0000 |
---|---|---|
committer | Matthew Green <mrg@redhat.com> | 2001-08-28 05:47:29 +0000 |
commit | 0152a4c6798660779bfd47147933283b1dda39c4 (patch) | |
tree | 803709f5e5c16744215362ea8781d54161c88bd4 /opcodes/ppc-opc.c | |
parent | 1652590996e7c2ec8d4c5dad7035bb9566ffc376 (diff) | |
download | gdb-0152a4c6798660779bfd47147933283b1dda39c4.zip gdb-0152a4c6798660779bfd47147933283b1dda39c4.tar.gz gdb-0152a4c6798660779bfd47147933283b1dda39c4.tar.bz2 |
* ppc-opc.c (icbt): Order correctly.
Diffstat (limited to 'opcodes/ppc-opc.c')
-rw-r--r-- | opcodes/ppc-opc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index fc20fbd..5cda1a1 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -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 } }, |