From: pham.michael.98@a029fe8ac2da19fcd7269c492cf0410b2e5fd4cc Date: Mon, 12 Aug 2019 01:41:37 +0000 (+0100) Subject: Add in 1-arg transcendental functions X-Git-Tag: convert-csv-opcode-to-binary~4237 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=28faacd89d12bd8bc7a7d38871c07eedcb361a76;p=libreriscv.git Add in 1-arg transcendental functions --- diff --git a/ztrans_proposal.mdwn b/ztrans_proposal.mdwn index 0fb8f2aff..757c1769c 100644 --- a/ztrans_proposal.mdwn +++ b/ztrans_proposal.mdwn @@ -111,6 +111,16 @@ FTANH | tanh | NONE | NONE FASINH | asinh | NONE | NONE | NONE | FACOSH | acosh | NONE | NONE | NONE | FATANH | atanh | NONE | NONE | NONE | +FRSQRT | rsqrt | half_rsqrt | native_rsqrt | NONE | +FCBRT | cbrt | NONE | NONE | NONE | +FEXP2 | exp2 | half_exp2 | native_exp2 | NONE | +FLOG2 | log2 | half_log2 | native_log2 | NONE | +FEXPM1 | expm1 | NONE | NONE | NONE | +FLOG1P | log1p | NONE | NONE | NONE | +FEXP | exp | half_exp | native_exp | NONE | +FLOG | log | half_log | native_log | NONE | +FEXP10 | exp10 | half_exp10 | native_exp10 | NONE | +FLOG10 | log10 | half_log10 | native_log10 | NONE | """]] # Synthesis, Pseudo-code ops and macro-ops