[Libre-soc-bugs] [Bug 849] binutils: parse macros in SVP64 and refactor code
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Sun Jul 24 19:22:31 BST 2022
https://bugs.libre-soc.org/show_bug.cgi?id=849
--- Comment #32 from Dmitry Selyutin <ghostmansd at gmail.com> ---
On svp64-ng branch, the following works:
.set coco, eq
.set jum, ^%r3
.set bo, 1<<%r3
sv.extsw./ff=coco *85, *%r84
sv.extsw./pr=jum/m=bo *5, *%r72
...as well as does the following, with -mregnames:
.set coco, eq
.set jum, ^r3
.set bo, 1<<r3
sv.extsw./ff=coco *85, *r84
sv.extsw./pr=jum/m=bo *5, *r72
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list