From: Nicholas Calderwood Date: Sat, 14 Oct 2023 13:38:18 +0000 (+0100) Subject: add english to lhzup instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cdf5beb46ff218ea6c2d060ce966bde3bd48f4fb;p=openpower-isa.git add english to lhzup instruction --- diff --git a/openpower/isa/pifixedload.mdwn b/openpower/isa/pifixedload.mdwn index 73b72db3..f67107fe 100644 --- a/openpower/isa/pifixedload.mdwn +++ b/openpower/isa/pifixedload.mdwn @@ -72,6 +72,16 @@ Pseudo-code: RT <- ([0] * (XLEN-16)) || MEM(EA, 2) RA <- (RA) + EXTS(D) +Description: + + Let the effective address (EA) be register RA. The + halfword in storage addressed by EA is loaded into + RT[48:63]. RT[0:47] are set to 0. + + The sum (RA) + D is placed into register RA. + + If RA=0 or RA=RT, the instruction form is invalid. + Special Registers Altered: None