From a451ea22dc2e2f698b422d7989b5763384211467 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 5 Dec 2023 14:45:37 +0000 Subject: [PATCH] bug 672: remove redundant/incorrect comment in pospopcount --- src/openpower/decoder/isa/test_caller_svp64_pospopcount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2