bug #672: pospopcount working with large arrays
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 29 Nov 2023 19:29:12 +0000 (19:29 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 29 Nov 2023 19:39:47 +0000 (19:39 +0000)
commit70788b2b6037b70211917f4721a46a917fd7dd85
treed76d6f0c0db14345dce8dcce90409173842ac945
parent9214ec49704b83ccfca287d607124d6adc29c0b4
bug #672: pospopcount working with large arrays

pospopcount is supposed to be able to handle long arrays of data,
but it turns out that sv.lbzu/pi/dw=8 was calculating an EA in 8-bit,
meaning that it wrapped around to a zero memory address.
now this is resolved the code which has been made shorter actually works
src/openpower/decoder/isa/test_caller_svp64_pospopcount.py