sort out CROPs fail-first in ISACaller. needed to take a copy of CR
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 6 Oct 2022 17:34:38 +0000 (18:34 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 6 Oct 2022 17:34:38 +0000 (18:34 +0100)
commitf1ff815e0bc75ef1319ae350a969e7325065e12b
treeb066589575a6f84f426552541d04ee656fc6d970
parent09d67a7ce8e272ea1ef0d1d796b719fe22d0bcdb
sort out CROPs fail-first in ISACaller.  needed to take a copy of CR
for when sv.cmp (and other pseudocode) *overwrites* CR and it needs
restoring (when VLI=0).  also needed to identify 3-bit and 5-bit
ffirst mode, and extract bottom 2 bits of BF
src/openpower/decoder/isa/caller.py
src/openpower/decoder/isa/test_caller_svp64_inssort.py
src/openpower/decoder/power_decoder2.py
src/openpower/decoder/power_svp64_rm.py