From: lkcl Date: Mon, 5 Aug 2019 06:37:01 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~4275 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=563247f0a352aefd48c66ac81b233ba0571c4172;p=libreriscv.git --- diff --git a/ztrans_proposal.mdwn b/ztrans_proposal.mdwn index 9cc4112eb..6c41aba5c 100644 --- a/ztrans_proposal.mdwn +++ b/ztrans_proposal.mdwn @@ -56,6 +56,8 @@ FATANH | inverse hyperbolic tan | | ZtransExt | # Pseudo-code ops * FRCP rd, rs1 - pseudo-code alias for rd = 1.0 / rs1 -* SINCOS - fused macro-op between FSIN and FCOS (issued in that order). -* SINCOSPI - fused macro-op between FSINPI and FCOSPI (issued in that order). +* FATAN - pseudo-code alias for rd = atan2(rs1, 1.0) - FATAN2 +* FATANPI - pseudo alias for rd = atan2pi(rs1, 1.0) - FATAN2PI +* FSINCOS - fused macro-op between FSIN and FCOS (issued in that order). +* FSINCOSPI - fused macro-op between FSINPI and FCOSPI (issued in that order).