[PATCH] RISC-V: Mark fgt.*/fge.* as instruction alias

Jan Beulich jbeulich@suse.com
Tue Apr 29 05:57:23 GMT 2025


On 29.04.2025 07:47, Kito Cheng wrote:
> Those instructions could be used in assembly code, but just not able to
> dump in that way, so I am not sure if we should reorder that to change the
> disassemble result since those alias is unlike others alias, those alias
> are just different operand order which means ...flt will always display as
> fgt if we change the order.

Only if you move it up too far. I expect Nelson meant for you to move it
to immediately after flt, to match a pattern we follow elsewhere (I think).

Jan



More information about the Binutils mailing list