From 0c502e2f484b51603f7b95195cce38e06d1912a0 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 8 Oct 2022 13:26:09 +0100 Subject: [PATCH] vector name "RSp" not recognised in sv.stq, added as example --- src/openpower/sv/trans/test_pysvp64dis.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/openpower/sv/trans/test_pysvp64dis.py b/src/openpower/sv/trans/test_pysvp64dis.py index 8c39bf76..506a0673 100644 --- a/src/openpower/sv/trans/test_pysvp64dis.py +++ b/src/openpower/sv/trans/test_pysvp64dis.py @@ -358,7 +358,13 @@ class SVSTATETestCase(unittest.TestCase): "stq 4,0(5)", "stq 4,8(5)", "stq 4,16(5)", - "sv.stq *4,16(*5)", + "sv.stq 4,16(*5)", + ] + self._do_tst(expected) + + def test_26_sv_stq_vector_name(self): + expected = [ + "sv.stq *4,16(*5)", # RSp not recognised as "vector" name ] self._do_tst(expected) -- 2.30.2