From: Shriya Sharma Date: Fri, 27 Oct 2023 10:37:56 +0000 (+0100) Subject: added english language description for ldsx instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a1c7dbe518e79fb8797c66814c74439513880ab1;p=openpower-isa.git added english language description for ldsx instruction --- diff --git a/openpower/isa/fixedloadshift.mdwn b/openpower/isa/fixedloadshift.mdwn index 4415ebff..436e28db 100644 --- a/openpower/isa/fixedloadshift.mdwn +++ b/openpower/isa/fixedloadshift.mdwn @@ -298,6 +298,13 @@ Pseudo-code: EA <- b + (RB) << (SH+1) RT <- MEM(EA, 8) +Description: + + Let the effective address (EA) be the sum of the contents of + register RB shifted by (SH+1), and (RA|0). + + The doubleword in storage addressed by EA is loaded into RT. + Special Registers Altered: None