From: Luke Kenneth Casson Leighton Date: Thu, 7 Dec 2023 19:52:02 +0000 (+0000) Subject: correction to ra X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=213630fcb8e8925604bcba1e082e5107ec0a4553;p=openpower-isa.git correction to ra --- diff --git a/src/openpower/decoder/isa/test_caller_svp64_dd_ffirst.py b/src/openpower/decoder/isa/test_caller_svp64_dd_ffirst.py index cb9c2c6d..aed71944 100644 --- a/src/openpower/decoder/isa/test_caller_svp64_dd_ffirst.py +++ b/src/openpower/decoder/isa/test_caller_svp64_dd_ffirst.py @@ -23,7 +23,7 @@ def cmpd(x, y): def sv_cmpi(gpr, CR, vl, ra, si): i = 0 while i < vl: - CR[idx] = cmpd(gpr[rz + i], si) + CR[idx] = cmpd(gpr[ra + i], si) if CR[idx].lt: break i += 1