From ab3261ebf546e03654b517fab6051f7541fa6735 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Wed, 22 Mar 2023 14:46:21 -0700 Subject: [PATCH] change formatting to line up with pages better --- openpower/sv/rfc/ls006.mdwn | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/openpower/sv/rfc/ls006.mdwn b/openpower/sv/rfc/ls006.mdwn index ca5bacd97..28bf2a1bf 100644 --- a/openpower/sv/rfc/ls006.mdwn +++ b/openpower/sv/rfc/ls006.mdwn @@ -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. -- 2.30.2