commit | 6b34e39c39e5f98ae794bf77038e2f23cd396e73 | [log] [tgz] |
---|---|---|
author | Maciej W. Rozycki <macro@redhat.com> | Fri Jul 19 19:01:53 2024 +0100 |
committer | Maciej W. Rozycki <macro@redhat.com> | Fri Jul 19 19:01:53 2024 +0100 |
tree | 16823484ecc1f9271557380ae8b7c12e2b0da7d9 | |
parent | f7808b86011c103632675e0b4136e1e776837727 [diff] |
MIPS/opcodes: Reorder coprocessor moves alphabetically A number of coprocessor move encodings have been randomly sprinkled over the regular MIPS and microMIPS opcode tables rather than where they'd be expected following the alphabetic order. Fix the ordering, taking into account precedence where it has to be observed for correct disassembly. No functional change.