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

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Sun Aug 21 19:38:34 BST 2022


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

--- Comment #13 from Dmitry Selyutin <ghostmansd at gmail.com> ---
The next steps are:
1. Switch some parts of the code to new classes (deprecating the stuff I
implemented inside selectable_int module).
2. Teach the classes to generate the masks: since fields positions are
immutable, these masks can be used for getters/setters.
3. Inherit these classes in binutils and generate getters/setters.
4. Step-by-step extend the SVP64Instruction class with new fields and logic
regarding how parts of the instruction are read.
5. Repeat the same logic in binutils, with the only difference that binutils
will use the generated getters/setters.

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


More information about the libre-soc-bugs mailing list