From: Dmitry Selyutin Date: Mon, 30 Aug 2021 08:41:16 +0000 (+0000) Subject: fixedload: switch lbz to XLEN X-Git-Tag: xlen-bcd~57 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=06e138ddef20cf429847a8907e448911a7a154fb;p=openpower-isa.git fixedload: switch lbz to XLEN --- diff --git a/openpower/isa/fixedload.mdwn b/openpower/isa/fixedload.mdwn index 607a247a..9d7d8ce6 100644 --- a/openpower/isa/fixedload.mdwn +++ b/openpower/isa/fixedload.mdwn @@ -36,7 +36,7 @@ Pseudo-code: b <- (RA|0) EA <- b + EXTS(D) - RT <- [0]*56 || MEM(EA, 1) + RT <- ([0] * (XLEN-8)) || MEM(EA, 1) Special Registers Altered: