test_pysvp64dis: test els specifier
authorDmitry Selyutin <ghostmansd@gmail.com>
Mon, 19 Sep 2022 20:29:31 +0000 (23:29 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Mon, 19 Sep 2022 20:31:56 +0000 (23:31 +0300)
src/openpower/sv/trans/test_pysvp64dis.py

index 8fbd0203bdb187c404ec7e20bc3c2335556defe6..f3f014f8e143c7d99b85d249ccff69c9905314cd 100644 (file)
@@ -248,6 +248,13 @@ class SVSTATETestCase(unittest.TestCase):
                         ]
         self._do_tst(expected)
 
+    def test_15_els(self):
+        expected = [
+                    "sv.stw/els *4,16(2)",
+                    "sv.lfs/els *1,256(4)",
+                        ]
+        self._do_tst(expected)
+
 if __name__ == "__main__":
     unittest.main()