From: Luke Kenneth Casson Leighton Date: Sat, 10 Sep 2022 23:54:49 +0000 (+0100) Subject: huhn? addpcis converts to .long? huhn? X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=126973b94b69a33230dd29b35311ca64797b7e6e;p=openpower-isa.git huhn? addpcis converts to .long? huhn? --- diff --git a/src/openpower/sv/trans/test_pysvp64dis.py b/src/openpower/sv/trans/test_pysvp64dis.py index daec78c8..5f9cfc64 100644 --- a/src/openpower/sv/trans/test_pysvp64dis.py +++ b/src/openpower/sv/trans/test_pysvp64dis.py @@ -40,9 +40,9 @@ class SVSTATETestCase(unittest.TestCase): def test_2_d_custom_op(self): expected = [ - 'addpcis 12,5', 'fishmv 12,2', 'fmvis 12,97', + 'addpcis 12,5', ] self._do_tst(expected)