From ce1fdc9ad4e37e7ff0f3f10efcdb2ab2c28e2ae2 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 26 Sep 2023 11:42:22 +0100 Subject: [PATCH] Added english language description, spaces and brackets for lwax instruction --- openpower/isa/fixedload.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openpower/isa/fixedload.mdwn b/openpower/isa/fixedload.mdwn index dd3174ce..5ade4063 100644 --- a/openpower/isa/fixedload.mdwn +++ b/openpower/isa/fixedload.mdwn @@ -448,6 +448,13 @@ Pseudo-code: EA <- b + (RB) RT <- EXTS(MEM(EA, 4)) +Description: + + Let the effective address (EA) be the sum + (RA|0)+ (RB). The word in storage addressed by EA is + loaded into RT 32:63 . RT 0:31 are filled with a copy of bit 0 + of the loaded word. + Special Registers Altered: None -- 2.30.2