From: Luke Kenneth Casson Leighton Date: Tue, 5 Dec 2023 14:45:37 +0000 (+0000) Subject: bug 672: remove redundant/incorrect comment in pospopcount X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a451ea22dc2e2f698b422d7989b5763384211467;p=openpower-isa.git bug 672: remove redundant/incorrect comment in pospopcount --- diff --git a/src/openpower/decoder/isa/test_caller_svp64_pospopcount.py b/src/openpower/decoder/isa/test_caller_svp64_pospopcount.py index 775540e6..ac31d6e8 100644 --- a/src/openpower/decoder/isa/test_caller_svp64_pospopcount.py +++ b/src/openpower/decoder/isa/test_caller_svp64_pospopcount.py @@ -38,7 +38,7 @@ class PosPopCountTestCase(FHDLTestCase): lst = SVP64Asm( [ "mtspr 9, 3", # move r3 to CTR - # VL = MIN(CTR,MAXVL=8), Rc=1 (CR0 set if CTR ends) + # VL = MIN(CTR,MAXVL=8) "setvl 3,0,8,0,1,1", # set MVL=8, VL=MIN(MVL,CTR) # load VL bytes (update r4 addr) but compressed (dw=8) "addi 6, 0, 0", # initialise r6 to zero