From: Dmitry Selyutin Date: Mon, 30 Aug 2021 08:43:50 +0000 (+0000) Subject: fixedload: switch lhz to XLEN X-Git-Tag: xlen-bcd~61 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8b870e3db69bab45f519651973ac8774268295ab;p=openpower-isa.git fixedload: switch lhz to XLEN --- diff --git a/openpower/isa/fixedload.mdwn b/openpower/isa/fixedload.mdwn index bd4626c5..586069f9 100644 --- a/openpower/isa/fixedload.mdwn +++ b/openpower/isa/fixedload.mdwn @@ -100,7 +100,7 @@ Pseudo-code: b <- (RA|0) EA <- b + EXTS(D) - RT <- [0] * 48 || MEM(EA, 2) + RT <- ([0] * (XLEN-16)) || MEM(EA, 2) Special Registers Altered: