| commit | 73a833412e2d613be460a0daa3fc33568bec6c13 | [log] [tgz] |
|---|---|---|
| author | YunQiang Su <yunqiang.su@cipunited.com> | Fri Jul 19 19:01:52 2024 +0100 |
| committer | Maciej W. Rozycki <macro@redhat.com> | Fri Jul 19 19:01:52 2024 +0100 |
| tree | 5cd4f5fbf6dd2c148b4b8d3127d5d76664181a1c | |
| parent | 31bd9f4682d611387993a8127a25ab42252b59c9 [diff] |
MIPS/opcodes: Remove the regular MIPS "+t" operand code The semantics of the regular MIPS "+t" operand code is exactly the same as that of the "E" operand code, so replace the former with the latter in the single MFTC0 instruction with implicit 'sel' == 0 encoding where it's used, matching the encoding with explicit 'sel' as well as other instructions.