From: Shriya Sharma Date: Tue, 17 Oct 2023 13:49:29 +0000 (+0100) Subject: added english language description for ldupx instruction in the pifixedload.mdwm X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43b85997a1b3efb14f0d637e963df257c193732c;p=openpower-isa.git added english language description for ldupx instruction in the pifixedload.mdwm --- diff --git a/openpower/isa/pifixedload.mdwn b/openpower/isa/pifixedload.mdwn index a5cbab80..703fa2c6 100644 --- a/openpower/isa/pifixedload.mdwn +++ b/openpower/isa/pifixedload.mdwn @@ -269,6 +269,16 @@ Pseudo-code: RT <- MEM(EA, 8) RA <- (RA) + (RB) +Description: + + Let the effective address (EA) be the register RA. + The doubleword in storage addressed by EA is loaded + into RT. + + The sum (RA) + (RB) is placed into register RA. + + If RA=0 or RA=RT, the instruction form is invalid. + Special Registers Altered: None