From: Shriya Sharma Date: Tue, 26 Sep 2023 10:52:57 +0000 (+0100) Subject: Added english language description, spaces and brackets for lwaux instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=88e005f1dbdcc4afdb6be38ffe4667c9c9a9530a;p=openpower-isa.git Added english language description, spaces and brackets for lwaux instruction --- diff --git a/openpower/isa/fixedload.mdwn b/openpower/isa/fixedload.mdwn index 5ade4063..a4e29c6b 100644 --- a/openpower/isa/fixedload.mdwn +++ b/openpower/isa/fixedload.mdwn @@ -471,6 +471,17 @@ Pseudo-code: RT <- EXTS(MEM(EA, 4)) RA <- EA +Description: + + Let the effective address (EA) be the sum (RA)+ (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. + + EA is placed into register RA. + + If RA=0 or RA=RT, the instruction form is invalid. + Special Registers Altered: None