change formatting to line up with pages better
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 22 Mar 2023 21:46:21 +0000 (14:46 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 22 Mar 2023 21:46:21 +0000 (14:46 -0700)
openpower/sv/rfc/ls006.mdwn

index ca5bacd977db36dfc09909c15a0fea9f7068d3b6..28bf2a1bf6d21c46d47adb595a329b2e782c8602 100644 (file)
@@ -361,6 +361,8 @@ and including when the FP number was NaN) then this is considered
 to be an integer Overflow condition, and CR0.SO, XER.SO and XER.OV
 are all set as normal for any GPR instructions that overflow.
 
+\newpage{}
+
 ### FP to Integer Conversion Simplified Pseudo-code
 
 Key for pseudo-code:
@@ -443,7 +445,6 @@ Section 7.1 of the ECMAScript / JavaScript
 ```
     # based on xscvdpuxws
     reset_xflags()
-
     if RCS[0] = 1 then  # if Single mode
         src <- bfp_CONVERT_FROM_BFP32(SINGLE((FRB)))
     else
@@ -564,10 +565,6 @@ Special Registers altered:
     XER SO, OV, OV32 (if OE=1)
     FPCSR   (TODO: which bits?)
 
-----------
-
-\newpage{}
-
 ### Assembly Aliases
 
 For brevity, `[o]` is used to mean `o` is optional there.