From 640c3ae0301ce5d78ae98c3fd76ca107ed0325f6 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 11 Sep 2022 15:03:53 +0100 Subject: [PATCH] add sv.isel 12,2,3,*99 test to test_pysvp64dis.py --- src/openpower/sv/trans/test_pysvp64dis.py | 1 + 1 file changed, 1 insertion(+) 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) -- 2.30.2