| commit | 21629cf8bc2b16d3c75dff0c3f1222b714bf90c2 | [log] [tgz] |
|---|---|---|
| author | Maciej W. Rozycki <macro@orcam.me.uk> | Sat May 29 03:26:32 2021 +0200 |
| committer | Maciej W. Rozycki <macro@orcam.me.uk> | Sat May 29 03:26:32 2021 +0200 |
| tree | 9e0d8099afb0614bd53bb12aa10e704c200204ec | |
| parent | b1458c4569ec9eeb077e928b0eb6b210c7eb647f [diff] |
MIPS/opcodes: Properly handle ISA exclusion Remove the hack used for MIPSr6 ISA exclusion from `cpu_is_member' and handle the exclusion for any ISA levels properly in `opcode_is_member'. Flatten the structure of the `if' statements there. No functional change for the existing opcode tables. include/ * opcode/mips.h (cpu_is_member): Remove code for MIPSr6 ISA exclusion. (opcode_is_member): Handle ISA level exclusion.