test_pysvp64dis: test ld/st idx SEA (simple)
authorDmitry Selyutin <ghostmansd@gmail.com>
Sat, 24 Sep 2022 15:17:59 +0000 (18:17 +0300)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 24 Sep 2022 16:19:35 +0000 (17:19 +0100)
src/openpower/sv/trans/test_pysvp64dis.py

index 9f5dd88a99a3fc940da9fe90fa7adf844b859d84..6bcfcc844cd243a8dae9b2241da7a8e98b5e4444 100644 (file)
@@ -288,6 +288,12 @@ class SVSTATETestCase(unittest.TestCase):
                         ]
         self._do_tst(expected)
 
+    def test_18_sea(self):
+        expected = [
+                    "sv.ldux/sea 5,6,7",
+                        ]
+        self._do_tst(expected)
+
+
 if __name__ == "__main__":
     unittest.main()
-