From: Jacob Lifshay Date: Thu, 20 Apr 2023 03:36:09 +0000 (-0700) Subject: use proper cast function X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e28923784e62ca21e06544e4762e8b823fcd48b;p=openpower-isa.git use proper cast function --- diff --git a/openpower/isa/fixedlogical.mdwn b/openpower/isa/fixedlogical.mdwn index d3b54bc9..bc5e3cee 100644 --- a/openpower/isa/fixedlogical.mdwn +++ b/openpower/isa/fixedlogical.mdwn @@ -278,7 +278,7 @@ Pseudo-code: if (RS)[XLEN-1-n] = 0b1 then leave n <- n + 1 - RA <- EXTZXL(n) + RA <- XLCASTU(n) Special Registers Altered: @@ -447,7 +447,7 @@ Pseudo-code: if (RS)[XLEN-1-n] = 0b1 then leave n <- n + 1 - RA <- EXTZXL(n) + RA <- XLCASTU(n) Special Registers Altered: