vector name "RSp" not recognised in sv.stq, added as example
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 8 Oct 2022 12:26:09 +0000 (13:26 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 8 Oct 2022 12:26:09 +0000 (13:26 +0100)
src/openpower/sv/trans/test_pysvp64dis.py

index 8c39bf7692fdc2bf6ce5134f7f66ff176c3cf583..506a06733b14e21afb80ab8737495ef51daa8538 100644 (file)
@@ -358,7 +358,13 @@ class SVSTATETestCase(unittest.TestCase):
                     "stq 4,0(5)",
                     "stq 4,8(5)",
                     "stq 4,16(5)",
-                    "sv.stq *4,16(*5)",
+                    "sv.stq 4,16(*5)",
+                        ]
+        self._do_tst(expected)
+
+    def test_26_sv_stq_vector_name(self):
+        expected = [
+                    "sv.stq *4,16(*5)", # RSp not recognised as "vector" name
                         ]
         self._do_tst(expected)