From: Shriya Sharma Date: Tue, 26 Sep 2023 10:57:42 +0000 (+0100) Subject: Added english language description, spaces and brackets for ldux instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a15daddba7b8154832cfe26dc389fb657cbb17ec;p=openpower-isa.git Added english language description, spaces and brackets for ldux instruction --- diff --git a/openpower/isa/fixedload.mdwn b/openpower/isa/fixedload.mdwn index 2ff1a3b0..5ef607cd 100644 --- a/openpower/isa/fixedload.mdwn +++ b/openpower/isa/fixedload.mdwn @@ -568,6 +568,16 @@ Pseudo-code: RT <- MEM(EA, 8) RA <- EA +Description: + + Let the effective address (EA) be the sum (RA)+ (RB). + The doubleword in storage addressed by EA is loaded + into RT. + + EA is placed into register RA. + + If RA=0 or RA=RT, the instruction form is invalid. + Special Registers Altered: None