Revert "format code"
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 30 Aug 2022 13:21:14 +0000 (14:21 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 30 Aug 2022 13:21:14 +0000 (14:21 +0100)
This reverts commit 61faa7c3c443a260eaeb58b111ebd464a2031e06.

src/openpower/sv/trans/svp64.py

index 8550b3b543b6ea2e550c907b61a79d2787ead103..1bb8e697db2356b1b98a298d610b5ac5bb953fb7 100644 (file)
@@ -668,7 +668,7 @@ class SVP64Asm:
             rm = svp64.instrs[v30b_op]  # one row of the svp64 RM CSV
         else:
             raise Exception(f"opcode {v30b_op_orig!r} of "
-                            f"{insn!r} not an svp64 instruction")
+                                f"{insn!r} not an svp64 instruction")
 
         # get regs info e.g. "RT,RA,RB"
         v30b_regs = isa_instr.regs[0]
@@ -1491,7 +1491,7 @@ if __name__ == '__main__':
     ]
     lst = [
         'sv.andi. *80, *80, 1',
-        'sv.ffmadds. 6.v, 2.v, 4.v, 6.v',  # incorrectly inserted 32-bit op
+        'sv.ffmadds. 6.v, 2.v, 4.v, 6.v', # incorrectly inserted 32-bit op
         'sv.ffmadds 6.v, 2.v, 4.v, 6.v',  # correctly converted to .long
     ]
     isa = SVP64Asm(lst, macros=macros)