commit | 10ec3d5de0ee75ad56029bfa6b5d3be99f4eac3c | [log] [tgz] |
---|---|---|
author | Kito Cheng <kito.cheng@sifive.com> | Tue Apr 29 11:40:15 2025 +0800 |
committer | Nelson Chu <nelson@rivosinc.com> | Wed Apr 30 08:04:38 2025 +0800 |
tree | 021adface638a0d43f274066c8bfba23b5960520 | |
parent | 280965fcedbc5e9b683d43cbb49c701071c1015b [diff] |
RISC-V: Mark fgt.*/fge.* as instruction alias They are instruction alias, but not mark correctly, and seems like we don't have a good way to verify that since the disassembler doesn't disassemble instruction into alias. [1] https://github.com/riscv-non-isa/riscv-asm-manual/pull/124