[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
Sat Jul 9 15:33:52 BST 2022


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

--- Comment #18 from Dmitry Selyutin <ghostmansd at gmail.com> ---
(In reply to Dmitry Selyutin from comment #17)
> general considerations in IRC:
> https://libre-soc.org/irclog/%23libre-soc.2022-07-09.log.html#t2022-07-09T14:
> 50:14.

The code I checked was:

.set coco, 8
.set jum, coco
.set bo, 32

sv.setb/sw=jum/ew=bo 5, 31

Note that this works in a bit hackish fashion, binutils don't like '/' as
separator and think I'm trying to divide something ¯\_(ツ)_/¯. I therefore
discard the separator for a while, until we're done with parsing this
expression.

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


More information about the libre-soc-bugs mailing list