[Libre-soc-bugs] [Bug 917] pysvp64dis: support SVP64 disassembly
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Thu Sep 15 01:54:19 BST 2022
https://bugs.libre-soc.org/show_bug.cgi?id=917
--- Comment #56 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
def test_2_d_custom_op(self):
expected = [
'fishmv 12,2',
'fmvis 12,97',
'addpcis 12,5',
]
stopped working. signed operand. probably addpcis.
File "/home/lkcl/src/libresoc/openpower-isa/src/openpower/decoder/power_ins
n.py", line 1095, in dynamic_operands
value = " ".join(dis)
File "/home/lkcl/src/libresoc/openpower-isa/src/openpower/decoder/power_ins
n.py", line 551, in disassemble
value = insn[span]
File "/home/lkcl/src/libresoc/openpower-isa/src/openpower/decoder/power_fie
lds.py", line 286, in __getitem__
return self.__members[key]
KeyError: None
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list