[Libre-soc-bugs] [Bug 898] binutils svp64 objdump support

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Sat Aug 20 23:08:57 BST 2022


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

--- Comment #4 from Dmitry Selyutin <ghostmansd at gmail.com> ---
Notice how we override fields positions (PrefixedIstruction.major: _Field =
Suffix.major) and how we enforce more typing or similar actions
(SVP64Instruction.prefix: Prefix). Both inheritance and field overriding act as
one would expect. Took me two days to make it done, perhaps there are more
updates ahead, but at least this seems like a good candidate for extensions.
Since it's possible to iterate over the fields, binutils will likely inherit
these classes and do something like "for each field, generate C get/set
functions for it; these are to be used in the non-generated part".

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


More information about the libre-soc-bugs mailing list