mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
Fixed error in expansion of FPU instruction arguments.
git-svn-id: http://www.cdkersey.com/harp/harptool@129 0246edb2-e076-4747-b392-db732a341fa2
This commit is contained in:
parent
856b039f86
commit
a4b41b4ab4
1 changed files with 4 additions and 4 deletions
|
@ -316,10 +316,10 @@ format, which can be fixed point or floating point.
|
|||
\texttt{itof} \%dest, \%src&Integer to floating point.\\
|
||||
\texttt{ftoi} \%dest, \%src&Floating point to integer.\\
|
||||
\texttt{fneg} \%dest, \%src&Negate (complement sign bit).\\
|
||||
\texttt{fadd} \%dest, \%src&Floating point add.\\
|
||||
\texttt{fsub} \%dest, \%src&Floating point subtract.\\
|
||||
\texttt{fmul} \%dest, \%src&Floating point multiply.\\
|
||||
\texttt{fdiv} \%dest, \%src&Floating point divide.\\
|
||||
\texttt{fadd} \%dest, \%src1, \%src2&Floating point add.\\
|
||||
\texttt{fsub} \%dest, \%src1, \%src2&Floating point subtract.\\
|
||||
\texttt{fmul} \%dest, \%src1, \%src2&Floating point multiply.\\
|
||||
\texttt{fdiv} \%dest, \%src1, \%src2&Floating point divide.\\
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue