whitespace
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 21 Dec 2023 17:22:52 +0000 (17:22 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 21 Dec 2023 17:22:55 +0000 (17:22 +0000)
src/openpower/decoder/isa/test_caller_svp64_bc.py

index 93689ded619f8fa67b455f18b122fa60220ddea1..36e4bd0bfc176fe310d409c159b7d8d7d767a635 100644 (file)
@@ -204,12 +204,11 @@ class DecoderTestCase(FHDLTestCase):
         occurs with CTR being reduced *at least* by VL.
         """
         for i in [1, 2, 3]:
-            lst = SVP64Asm(
-                [
-                    "sv.bc/ctr/all 16, *0, 0xc",  # branch, test CTR, reducing by VL
-                    "addi 3, 0, 0x1234",   # if tests fail this shouldn't execute
-                    "or 0, 0, 0"]          # branch target
-            )
+            lst = SVP64Asm([
+                "sv.bc/ctr/all 16, *0, 0xc", # branch, test CTR, reducing by VL
+                "addi 3, 0, 0x1234",         # if tests fail shouldn't execute
+                "or 0, 0, 0"                 # branch target
+            ])
             lst = list(lst)
 
             # SVSTATE (in this case, VL=2)