Skip to content

Commit

Permalink
Add text that was erroneously excised from Q chapter (in 2013!)
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Mar 5, 2019
1 parent 8b7b607 commit e8e0b4c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/q.tex
Expand Up @@ -150,6 +150,16 @@ \section{Quad-Precision Computational Instructions}

\section{Quad-Precision Convert and Move Instructions}

New floating-point-to-integer and integer-to-floating-point conversion
instructions are added. These instructions are defined analogously to the
double-precision-to-integer and integer-to-double-precision conversion
instructions. FCVT.W.Q or FCVT.L.Q converts a quad-precision floating-point
number to a signed 32-bit or 64-bit integer, respectively. FCVT.Q.W or
FCVT.Q.L converts a 32-bit or 64-bit signed integer, respectively, into a
quad-precision floating-point number. FCVT.WU.Q, FCVT.LU.Q, FCVT.Q.WU, and
FCVT.Q.LU variants convert to or from unsigned integer values. FCVT.L[U].Q and
FCVT.Q.L[U] are RV64-only instructions.

\vspace{-0.2in}
\begin{center}
\begin{tabular}{R@{}F@{}R@{}R@{}F@{}R@{}O}
Expand Down

0 comments on commit e8e0b4c

Please sign in to comment.