From de2d8cad419c5cbda6626f8f1389c648f7d3359c Mon Sep 17 00:00:00 2001 From: lkcl Date: Tue, 26 Apr 2022 00:52:14 +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 740491be9..ebef59cea 100644 --- a/openpower/isa/svfixedarith.mdwn +++ b/openpower/isa/svfixedarith.mdwn @@ -39,8 +39,8 @@ Pseudo-code: overflow <- 0 else overflow <- 1 - RT[0:XLEN-1] <- undefined([0]*XLEN) - RS[0:XLEN-1] <- undefined([0]*XLEN) + RT <- [1]*XLEN + RS <- [0]*XLEN Special Registers Altered: -- 2.30.2