From: Shriya Sharma Date: Tue, 26 Sep 2023 10:18:21 +0000 (+0100) Subject: Added english language description, spaces and brackets for lbzx instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ff39ac0346c72abaaf999a24ebd86e0e3446ae7f;p=openpower-isa.git Added english language description, spaces and brackets for lbzx instruction --- diff --git a/openpower/isa/fixedload.mdwn b/openpower/isa/fixedload.mdwn index 7055c23f..8d684f86 100644 --- a/openpower/isa/fixedload.mdwn +++ b/openpower/isa/fixedload.mdwn @@ -60,6 +60,12 @@ Pseudo-code: EA <- b + (RB) RT <- ([0] * (XLEN-8)) || MEM(EA, 1) +Description: + + Let the effective address (EA) be the sum + (RA|0)+ (RB). The byte in storage addressed by EA is + loaded into RT[56:63] . RT[0:55] are set to 0. + Special Registers Altered: None