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>
Fri, 22 Dec 2023 19:26:21 +0000 (19:26 +0000)
commit2adc4febf3a14e42d240a0ad46b8b4ca2756b0a6
treeb141b4ced9ba463307803e02006cc53bccf22a97
parent1632c9b36f324b3bed373d7a78f527e0339d0281
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