[Libre-soc-bugs] [Bug 1094] insndb instruction database visitor-walker is needed
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Sat Jun 10 21:16:05 BST 2023
https://bugs.libre-soc.org/show_bug.cgi?id=1094
--- Comment #115 from Dmitry Selyutin <ghostmansd at gmail.com> ---
Switched operands and fields to Dict class (like Dict, but "frozen" and has
default walk method). Example output:
/6/fields
/6/fields/RA
(11, 12, 13, 14, 15)
/6/fields/RB
(16, 17, 18, 19, 20)
/6/fields/RC
(21, 22, 23, 24, 25)
/6/fields/Rc
(31,)
/6/fields/RT
(6, 7, 8, 9, 10)
/6/fields/XO
(26, 27, 28, 29, 30)
/6/mdwn/operands
/6/mdwn/operands/RT/class
'GPROperand'
/6/mdwn/operands/RA/class
'GPROperand'
/6/mdwn/operands/RB/class
'GPROperand'
/6/mdwn/operands/RC/class
'GPROperand'
/6/mdwn/operands/Rc/class
'StaticOperand'
/6/mdwn/operands/Rc/value
0
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list