From: Jacob Lifshay Date: Wed, 22 Mar 2023 21:46:21 +0000 (-0700) Subject: change formatting to line up with pages better X-Git-Tag: opf_rfc_ls001_v3~103 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ab3261ebf546e03654b517fab6051f7541fa6735;p=libreriscv.git change formatting to line up with pages better --- 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.