From 3dc1f88e0dda6f489eaf124d406ee30125d4fc57 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 17 Apr 2022 23:24:30 +0100 Subject: [PATCH] --- openpower/isa/svfixedarith.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/isa/svfixedarith.mdwn b/openpower/isa/svfixedarith.mdwn index eed879872..23fad0402 100644 --- a/openpower/isa/svfixedarith.mdwn +++ b/openpower/isa/svfixedarith.mdwn @@ -52,9 +52,9 @@ Special Registers Altered: Pseudocode: - - cat[0:127] = (RB) || (RS) + cat[0:127] = (RS) || (RB) sum[0:127] = cat + EXTZ(RA) - 1 rhi[0:63] = sum[0:63] if (RA)[0:62] = [0]*63 then rhi = rhi + 1 -- 2.30.2