From: pham.michael.98@a029fe8ac2da19fcd7269c492cf0410b2e5fd4cc Date: Mon, 12 Aug 2019 01:59:20 +0000 (+0100) Subject: Add 2-arg functions to table X-Git-Tag: convert-csv-opcode-to-binary~4236 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61fb9c6e5d5138abe4dae19c9931313f210a3554;p=libreriscv.git Add 2-arg functions to table --- diff --git a/ztrans_proposal.mdwn b/ztrans_proposal.mdwn index 757c1769c..a854550be 100644 --- a/ztrans_proposal.mdwn +++ b/ztrans_proposal.mdwn @@ -121,6 +121,11 @@ FEXP | exp | half_exp | n FLOG | log | half_log | native_log | NONE | FEXP10 | exp10 | half_exp10 | native_exp10 | NONE | FLOG10 | log10 | half_log10 | native_log10 | NONE | +FATAN2 | atan2 | NONE | NONE | NONE | +FATAN2PI | atan2pi | NONE | NONE | NONE | +FPOW | pow | NONE | NONE | NONE | +FROOT | rootn | NONE | NONE | NONE | +FHYPOT | hypot | NONE | NONE | NONE | """]] # Synthesis, Pseudo-code ops and macro-ops