]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
MIPS/opcodes: Remove the regular MIPS "+t" operand code
authorYunQiang Su <yunqiang.su@cipunited.com>
Fri, 19 Jul 2024 18:01:52 +0000 (19:01 +0100)
committerMaciej W. Rozycki <macro@redhat.com>
Fri, 19 Jul 2024 18:01:52 +0000 (19:01 +0100)
commit73a833412e2d613be460a0daa3fc33568bec6c13
tree5cd4f5fbf6dd2c148b4b8d3127d5d76664181a1c
parent31bd9f4682d611387993a8127a25ab42252b59c9
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.
include/opcode/mips.h
opcodes/mips-opc.c