From dbdacdd269570f09eca1bef331d057479f62905f Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 17 Oct 2023 14:26:06 +0100 Subject: [PATCH] added emglish language description for lhaupx instruction in the pifixedload.mdwm --- openpower/isa/pifixedload.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openpower/isa/pifixedload.mdwn b/openpower/isa/pifixedload.mdwn index cee4ca35..bb8d37df 100644 --- a/openpower/isa/pifixedload.mdwn +++ b/openpower/isa/pifixedload.mdwn @@ -146,6 +146,12 @@ Pseudo-code: RT <- EXTS(MEM(EA, 2)) RA <- (RA) + (RB) +Description: + + Let the effective address (EA) be the register RA. + The halfword in storage addressed by EA is loaded into RT[48:63]. + RT[0:47] are filled with a copy of bit 0 of the loaded halfword. + Special Registers Altered: None -- 2.30.2