From: lkcl Date: Mon, 5 Aug 2019 06:38:37 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~4274 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d02e2c738152bfb56676c5c8a6f905fc8a499f0f;p=libreriscv.git --- diff --git a/ztrans_proposal.mdwn b/ztrans_proposal.mdwn index 6c41aba5c..7d6d56a18 100644 --- a/ztrans_proposal.mdwn +++ b/ztrans_proposal.mdwn @@ -41,10 +41,8 @@ FCOS | cos (radians) | | Ztrans | FTAN | tan (radians) | | Ztrans | FASIN | arcsin (radians) | rd = asin(rs1) | Ztrans | FACOS | arccos (radians) | rd = acos(rs1) | Ztrans | -FATAN | arctan (radians) | rd = atan(rs1) | Ztrans | FSINPI | sin times pi | rd = sin(pi * rs1) | ZtransExt | FCOSPI | cos times pi | rd = cos(pi * rs1) | ZtransExt | -FTANPI | tan times pi | rd = tan(pi * rs1) | ZtransExt | FSINH | hyperbolic sin (radians) | | ZtransExt | FCOSH | hyperbolic cos (radians) | | ZtransExt | FTANH | hyperbolic tan (radians) | | ZtransExt |