[Libre-soc-isa] [Bug 615] talk to binutils and gcc developers about acceptable sv assembly format

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Sun Mar 14 02:59:57 GMT 2021


https://bugs.libre-soc.org/show_bug.cgi?id=615

--- Comment #4 from Jacob Lifshay <programmerjake at gmail.com> ---
what about just modifying the mnemonic:
what was:
sv.add. 5.v, 10.s, 12.v
sv.add 120.s, 120.s, 121.s
sv.ldu 20.v, 8(23.s)
becomes:
sv.add.vsv. 5, 10, 12
sv.add.sss 120, 120, 121
sv.ldu.vs 20, 8(23)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libre-SOC-ISA mailing list