From: Luke Kenneth Casson Leighton Date: Fri, 12 Aug 2022 11:08:57 +0000 (+0100) Subject: remove use of sv.lfssh, replace with sv.lfs/els element strided X-Git-Tag: sv_maxu_works-initial~172 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b63dea0627bff42d6a5c4b3a016e6a7d88206a5f;p=openpower-isa.git remove use of sv.lfssh, replace with sv.lfs/els element strided --- diff --git a/src/openpower/decoder/isa/test_caller_svp64_fft.py b/src/openpower/decoder/isa/test_caller_svp64_fft.py index 98dcbad5..81602fa3 100644 --- a/src/openpower/decoder/isa/test_caller_svp64_fft.py +++ b/src/openpower/decoder/isa/test_caller_svp64_fft.py @@ -692,7 +692,7 @@ class FFTTestCase(FHDLTestCase): def test_sv_remap_fpmadds_fft_ldst(self): """>>>lst = ["setvl 0, 0, 8, 0, 1, 1", - "sv.lfssh *0, 4(0), 20", # bit-reversed + "sv.lfs/els *0, 4(0)", "svshape 8, 1, 1, 1, 0", "svremap 31, 1, 0, 2, 0, 1, 0", "sv.ffmadds *0, *0, *0, *8" @@ -702,7 +702,7 @@ class FFTTestCase(FHDLTestCase): """ lst = SVP64Asm( ["svshape 8, 1, 1, 15, 0", "svremap 1, 0, 0, 0, 0, 0, 0", - "sv.lfssh *0, 4(0), 20", # shifted + "sv.lfs/els *0, 4(0)", "svshape 8, 1, 1, 1, 0", "svremap 31, 1, 0, 2, 0, 1, 0", "sv.ffmadds *0, *0, *0, *8"