sigh have to remove spaces from pseudocode
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 13 Mar 2021 12:19:28 +0000 (12:19 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 13 Mar 2021 12:19:28 +0000 (12:19 +0000)
openpower/isa/simplev.mdwn

index a0e048a52f8d78f0f45c12c32c82962a91fa0194..cada3b6ae0066c465ca360cab66476396d978ef3 100644 (file)
@@ -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