From 713828d8cb872d0fa7eed314086951e0410a4b93 Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Fri, 3 Sep 2021 17:40:18 +0000 Subject: [PATCH] fixedstore: switch sthux 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 7f3a2ca8..eca09fee 100644 --- a/openpower/isa/fixedstore.mdwn +++ b/openpower/isa/fixedstore.mdwn @@ -135,7 +135,7 @@ X-Form Pseudo-code: EA <- (RA) + (RB) - MEM(EA, 2) <- (RS)[48:63] + MEM(EA, 2) <- (RS)[XLEN-16:XLEN-1] RA <- EA Special Registers Altered: -- 2.30.2