test_pysvp64dis: test vli specifier
authorDmitry Selyutin <ghostmansd@gmail.com>
Tue, 20 Sep 2022 12:55:33 +0000 (15:55 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Tue, 20 Sep 2022 12:55:33 +0000 (15:55 +0300)
src/openpower/sv/trans/test_pysvp64dis.py

index 4b751118b65dbcc2ea5ceaadaa421746afded535..874efac17b16dd29e19be5f0271f583ab91dc721 100644 (file)
@@ -294,6 +294,12 @@ class SVSTATETestCase(unittest.TestCase):
                         ]
         self._do_tst(expected)
 
+    def test_17_vli(self):
+        expected = [
+                    "sv.add/ff=RC1/vli 3,7,11",
+                        ]
+        self._do_tst(expected)
+
 if __name__ == "__main__":
     unittest.main()