pysvp64asm: fix comment layout
authorDmitry Selyutin <ghostmansd@gmail.com>
Sat, 24 Sep 2022 14:06:44 +0000 (17:06 +0300)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 24 Sep 2022 16:19:04 +0000 (17:19 +0100)
src/openpower/sv/trans/svp64.py

index 596514cdbb6ba99f29defc1b039c2bb7f07e67be..71b8697536525134a10196936f3eaabf583f95f8 100644 (file)
@@ -1263,13 +1263,13 @@ class SVP64Asm:
 
         # for LD/ST-indexed (RA+RB):
         """
-            | 0-1 |  2  |  3   4  |  description              |
-            | --- | --- |---------|-------------------------- |
-            | 00  | SEA |  dz  sz | normal mode        |
-            | 01  | SEA | dz sz  | Strided (scalar only source)   |
-            | 10  |   N | dz   sz |  sat mode: N=0/1 u/s |
-            | 11  | inv | CR-bit  |  Rc=1: pred-result CR sel |
-            | 11  | inv | dz  RC1 |  Rc=0: pred-result z/nonz |
+            | 0-1 |  2  |  3   4  |  description                 |
+            | --- | --- |---------|----------------------------- |
+            | 00  | SEA |  dz  sz | normal mode                  |
+            | 01  | SEA |  dz sz  | strided (scalar only source) |
+            | 10  |   N | dz   sz | sat mode: N=0/1 u/s          |
+            | 11  | inv | CR-bit  | Rc=1: pred-result CR sel     |
+            | 11  | inv | dz  RC1 | Rc=0: pred-result z/nonz     |
         """
 
         # and leaving out branches and cr_ops for now because they're