add SUBVL (substep) support to PowerDecoder2 and to ISACaller.
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 18 Jul 2022 16:37:36 +0000 (17:37 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 18 Jul 2022 16:37:36 +0000 (17:37 +0100)
commitb3c82f847c141a06e32659d8a6a692ca5b326a03
tree5770303800563a5091a2f969140b0eca15173f85
parent7bc9354a25cc84032396ebcc88fdb3bf7be7da3f
add SUBVL (substep) support to PowerDecoder2 and to ISACaller.
the actual computation (multiplication) is done inside PowerDecoder2
which will need to understand Pack/Unpack at some point
https://bugs.libre-soc.org/show_bug.cgi?id=871
src/openpower/decoder/isa/caller.py
src/openpower/decoder/power_decoder2.py