From 1b5a13f310879ebd7fa02d3c4c8f2c183017b105 Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Fri, 3 Sep 2021 17:32:32 +0000 Subject: [PATCH] fixedstore: switch stbux to XLEN --- openpower/isa/fixedstore.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/isa/fixedstore.mdwn b/openpower/isa/fixedstore.mdwn index bab75d30..1a2d228c 100644 --- a/openpower/isa/fixedstore.mdwn +++ b/openpower/isa/fixedstore.mdwn @@ -71,7 +71,7 @@ X-Form Pseudo-code: EA <- (RA) + (RB) - MEM(EA, 1) <- (RS)[56:63] + MEM(EA, 1) <- (RS)[XLEN-8:XLEN-1] RA <- EA Special Registers Altered: -- 2.30.2