From: Luke Kenneth Casson Leighton Date: Sun, 11 Sep 2022 14:03:53 +0000 (+0100) Subject: add sv.isel 12,2,3,*99 test to test_pysvp64dis.py X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=640c3ae0301ce5d78ae98c3fd76ca107ed0325f6;p=openpower-isa.git add sv.isel 12,2,3,*99 test to test_pysvp64dis.py --- diff --git a/src/openpower/sv/trans/test_pysvp64dis.py b/src/openpower/sv/trans/test_pysvp64dis.py index 9423959e..506edbca 100644 --- a/src/openpower/sv/trans/test_pysvp64dis.py +++ b/src/openpower/sv/trans/test_pysvp64dis.py @@ -52,6 +52,7 @@ class SVSTATETestCase(unittest.TestCase): 'sv.isel 12,2,3,*33', 'sv.isel 12,2,3,*483', 'sv.isel 12,2,3,63', + 'sv.isel 12,2,3,*99', ] self._do_tst(expected)