From: Shriya Sharma Date: Fri, 27 Oct 2023 10:20:00 +0000 (+0100) Subject: added english language description for lbzsx instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3dce12ed6c0bfaa5a3ed44cec0c5e0598617010c;p=openpower-isa.git added english language description for lbzsx instruction --- diff --git a/openpower/isa/fixedloadshift.mdwn b/openpower/isa/fixedloadshift.mdwn index c2b22985..481547c9 100644 --- a/openpower/isa/fixedloadshift.mdwn +++ b/openpower/isa/fixedloadshift.mdwn @@ -38,6 +38,14 @@ Pseudo-code: EA <- b + (RB) << (SH+1) RT <- ([0] * (XLEN-8)) || MEM(EA, 1) +Description: + + Let the effective address (EA) be the sum of the contents of + register RB shifted by (SH+1), and (RA|0). + The byte in storage addressed by EA is loaded into + RT[56:63]. RT[0:55] are set to 0. + + Special Registers Altered: None