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