From: lkcl Date: Wed, 25 May 2022 09:54:42 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~2111 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=705fbe831007b32900f2a3260179be9707aa478c;p=libreriscv.git --- diff --git a/openpower/sv/int_fp_mv.mdwn b/openpower/sv/int_fp_mv.mdwn index 817f800b8..034907ede 100644 --- a/openpower/sv/int_fp_mv.mdwn +++ b/openpower/sv/int_fp_mv.mdwn @@ -10,6 +10,7 @@ Links: * * * +* [[int_fp_mv/appendix]] Introduction: @@ -375,10 +376,3 @@ def fp_to_int_java_script(v: fp) -> int: return (int)bits ``` -# Power ISA v3.0 Assembly equivalents - -Moved to [[int_fp_mv/appendix]], it is demonstrated how much assembler -is required in order to perform each of the three language-specific -FP -> Integer Conversion Modes. In the case of Javascript an astonishing -35 instructions are required, with 5 branches. -