From: Luke Kenneth Casson Leighton Date: Fri, 30 Sep 2022 17:37:35 +0000 (+0100) Subject: ctr mode not needed, just use unconditional CTR dec X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=40d08e491008e16d39af2428a2c67d2e1c991b53;p=openpower-isa.git ctr mode not needed, just use unconditional CTR dec --- diff --git a/src/openpower/decoder/isa/test_caller_svp64_bc.py b/src/openpower/decoder/isa/test_caller_svp64_bc.py index cfaa3534..5e1f1a1d 100644 --- a/src/openpower/decoder/isa/test_caller_svp64_bc.py +++ b/src/openpower/decoder/isa/test_caller_svp64_bc.py @@ -247,7 +247,7 @@ class DecoderTestCase(FHDLTestCase): [ "setvl 1, 0, %d, 0, 1, 1" % maxvl, # VL (and r1) = MIN(CTR,MAXVL=4) "add 2, 2, 1", # for fun accumulate r1 (VL) into r2 - "sv.bc/ctr/all 16, *0, -0x8", # branch, test CTR, reducing by VL + "sv.bc/all 16, *0, -0x8", # branch, test CTR, reducing by VL ] ) lst = list(lst)