From 0a1b47b7c663408b241c479cba8837eb2c7962d4 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 13 Mar 2021 12:19:28 +0000 Subject: [PATCH] sigh have to remove spaces from pseudocode --- openpower/isa/simplev.mdwn | 5 ----- 1 file changed, 5 deletions(-) diff --git a/openpower/isa/simplev.mdwn b/openpower/isa/simplev.mdwn index a0e048a52..cada3b6ae 100644 --- a/openpower/isa/simplev.mdwn +++ b/openpower/isa/simplev.mdwn @@ -8,7 +8,6 @@ SVL-Form Pseudo-code: VLimm <- SVi + 1 - if vs = 1 then if RA = 0 then VL <- (RA) @@ -16,18 +15,14 @@ Pseudo-code: VL <- VLimm else VL <- SVSTATE[7:13] - if ms = 1 then MVL <- VLimm else MVL <- SVSTATE[0:6] - if VL > MVL then VL = MVL - SVSTATE[0:6] = MVL SVSTATE[7:13] = VL - if RT != 0 then RT <- VL -- 2.30.2