From: Dmitry Selyutin Date: Mon, 30 Aug 2021 08:42:37 +0000 (+0000) Subject: fixedload: switch lbzu to XLEN X-Git-Tag: xlen-bcd~59 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c9ba148fe62457b27023748a2622159f5ac49a33;p=openpower-isa.git fixedload: switch lbzu to XLEN --- diff --git a/openpower/isa/fixedload.mdwn b/openpower/isa/fixedload.mdwn index 16db762d..1a807c41 100644 --- a/openpower/isa/fixedload.mdwn +++ b/openpower/isa/fixedload.mdwn @@ -67,7 +67,7 @@ D-Form Pseudo-code: EA <- (RA) + EXTS(D) - RT <- [0] * 56 || MEM(EA, 1) + RT <- ([0] * (XLEN-8)) || MEM(EA, 1) RA <- EA Special Registers Altered: