From a4b41b4ab48ab7aa70650a67f1e3166e1d54317a Mon Sep 17 00:00:00 2001 From: chad Date: Sun, 7 Apr 2013 18:43:41 +0000 Subject: [PATCH] Fixed error in expansion of FPU instruction arguments. git-svn-id: http://www.cdkersey.com/harp/harptool@129 0246edb2-e076-4747-b392-db732a341fa2 --- doc/harp_iset.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/harp_iset.tex b/doc/harp_iset.tex index bebdb0e4..cafd2274 100644 --- a/doc/harp_iset.tex +++ b/doc/harp_iset.tex @@ -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}