From a1c7dbe518e79fb8797c66814c74439513880ab1 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Fri, 27 Oct 2023 11:37:56 +0100 Subject: [PATCH] added english language description for ldsx instruction --- openpower/isa/fixedloadshift.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.30.2