From: Luke Kenneth Casson Leighton Date: Sat, 22 Oct 2022 16:37:04 +0000 (+0100) Subject: add extra pysvp64dis tests for divmod2du and maddedu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=75f12be091ac4a9a9fa657d498559591e89ec47c;p=openpower-isa.git add extra pysvp64dis tests for divmod2du and maddedu --- diff --git a/src/openpower/sv/trans/test_pysvp64dis.py b/src/openpower/sv/trans/test_pysvp64dis.py index dafd6024..2a46375d 100644 --- a/src/openpower/sv/trans/test_pysvp64dis.py +++ b/src/openpower/sv/trans/test_pysvp64dis.py @@ -413,6 +413,11 @@ class SVSTATETestCase(unittest.TestCase): def test_30_divmod2du(self): expected = [ "divmod2du 5,4,5,3", + "maddedu 5,4,5,3", + "sv.divmod2du 5,4,5,3", + "sv.divmod2du *6,4,*0,3", + "sv.maddedu 5,4,5,3", + "sv.maddedu *6,4,5,3", ] self._do_tst(expected)