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:
@@ -316,10 +316,10 @@ format, which can be fixed point or floating point.
|
|||||||
\texttt{itof} \%dest, \%src&Integer to floating point.\\
|
\texttt{itof} \%dest, \%src&Integer to floating point.\\
|
||||||
\texttt{ftoi} \%dest, \%src&Floating point to integer.\\
|
\texttt{ftoi} \%dest, \%src&Floating point to integer.\\
|
||||||
\texttt{fneg} \%dest, \%src&Negate (complement sign bit).\\
|
\texttt{fneg} \%dest, \%src&Negate (complement sign bit).\\
|
||||||
\texttt{fadd} \%dest, \%src&Floating point add.\\
|
\texttt{fadd} \%dest, \%src1, \%src2&Floating point add.\\
|
||||||
\texttt{fsub} \%dest, \%src&Floating point subtract.\\
|
\texttt{fsub} \%dest, \%src1, \%src2&Floating point subtract.\\
|
||||||
\texttt{fmul} \%dest, \%src&Floating point multiply.\\
|
\texttt{fmul} \%dest, \%src1, \%src2&Floating point multiply.\\
|
||||||
\texttt{fdiv} \%dest, \%src&Floating point divide.\\
|
\texttt{fdiv} \%dest, \%src1, \%src2&Floating point divide.\\
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\end{center}
|
\end{center}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user