add sat/satu test_12_sat to test_pysvp64dis.py
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 17 Sep 2022 20:52:50 +0000 (21:52 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 17 Sep 2022 20:52:54 +0000 (21:52 +0100)
src/openpower/sv/trans/test_pysvp64dis.py

index a96e5a13da21fe09f69c6a37c1bf1cf5107245ed..611cb7b661fc3bc756b1dbcd755dd40680dd3e4a 100644 (file)
@@ -188,6 +188,13 @@ class SVSTATETestCase(unittest.TestCase):
                         ]
         self._do_tst(expected)
 
+    def test_12_sat(self):
+        expected = [
+                    "sv.add./satu *3,*7,*11",
+                    "sv.add./sats *3,*7,*11",
+                        ]
+        self._do_tst(expected)
+
 if __name__ == "__main__":
     unittest.main()