From: lkcl Date: Fri, 4 Jun 2021 11:02:40 +0000 (+0100) Subject: (no commit message) X-Git-Tag: DRAFT_SVP64_0_1~810 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b50687ba98e4f9595f35cdfa1b89984eaefaeee9;p=libreriscv.git --- diff --git a/openpower/sv/int_fp_mv.mdwn b/openpower/sv/int_fp_mv.mdwn index ee12ddb87..ea1a090df 100644 --- a/openpower/sv/int_fp_mv.mdwn +++ b/openpower/sv/int_fp_mv.mdwn @@ -1,5 +1,12 @@ # FPR-to-GPR and GPR-to-FPR +Links: + +* +* +* +* + Introduction: High-performance CPU/GPU software needs to often convert between integers @@ -97,13 +104,6 @@ For the sake of simplicity, the FP -> Integer conversion semantics generalized f TODO: review and investigate other language semantics -# Links - -* -* -* -* - # Proposed New Scalar Instructions All of the following instructions use the standard OpenPower conversion to/from 64-bit float format when reading/writing a 32-bit float from/to a FPR. This can be overridden by SimpleV, as explained in the