From: Shriya Sharma Date: Tue, 26 Sep 2023 10:42:22 +0000 (+0100) Subject: Added english language description, spaces and brackets for lwax instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce1fdc9ad4e37e7ff0f3f10efcdb2ab2c28e2ae2;p=openpower-isa.git Added english language description, spaces and brackets for lwax instruction --- diff --git a/openpower/isa/fixedload.mdwn b/openpower/isa/fixedload.mdwn index dd3174ce..5ade4063 100644 --- a/openpower/isa/fixedload.mdwn +++ b/openpower/isa/fixedload.mdwn @@ -448,6 +448,13 @@ Pseudo-code: EA <- b + (RB) RT <- EXTS(MEM(EA, 4)) +Description: + + Let the effective address (EA) be the sum + (RA|0)+ (RB). The word in storage addressed by EA is + loaded into RT 32:63 . RT 0:31 are filled with a copy of bit 0 + of the loaded word. + Special Registers Altered: None