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:
chad 2013-04-07 18:43:41 +00:00
parent 856b039f86
commit a4b41b4ab4

View file

@ -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}