From 0d3fa5d08ac5c22fe4cb3bb6a893a54ad5342b64 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Wed, 27 Sep 2023 08:29:47 +0100 Subject: [PATCH] Added english language description and brackets for lhbrx instruction --- openpower/isa/fixedload.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/openpower/isa/fixedload.mdwn b/openpower/isa/fixedload.mdwn index 02553435..15774d3c 100644 --- a/openpower/isa/fixedload.mdwn +++ b/openpower/isa/fixedload.mdwn @@ -660,6 +660,14 @@ Pseudo-code: load_data <- MEM(EA, 2) RT <- [0]*48 || load_data[8:15] || load_data[0:7] +Description: + + Let the effective address (EA) be the sum (RA|0)+(RB). + Bits 0:7 of the halfword in storage addressed by EA are + loaded into RT 56:63 . Bits 8:15 of the halfword in storage + addressed by EA are loaded into RT[48:55] . RT[0:47] are + set to 0. + Special Registers Altered: None -- 2.30.2