From 924f6889ce0de367225b7a18f1c16e50e40ffdf9 Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 23 Jun 2022 11:02:25 +0100 Subject: [PATCH] --- openpower/sv/vector_ops/discussion.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/sv/vector_ops/discussion.mdwn b/openpower/sv/vector_ops/discussion.mdwn index 4055678b2..6ff8b9f79 100644 --- a/openpower/sv/vector_ops/discussion.mdwn +++ b/openpower/sv/vector_ops/discussion.mdwn @@ -11,7 +11,7 @@ needs some work though a1 <- (RA) & mask if mode[1] then a1 <- ¬ra mode2 <- mode[2:3] - if mode2 = 0 then a2 <- -ra + if mode2 = 0 then a2 <- (¬ra)+1 if mode2 = 1 then a2 <- ra-1 if mode2 = 2 then a2 <- ra+1 if mode2 = 3 then a2 <- ¬(ra+1) -- 2.30.2