aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2022-02-08 14:58:30 -0800
committerAndrew Waterman <andrew@sifive.com>2022-02-08 14:59:18 -0800
commit69c3cd6323381827f3199d0f19ad0cb72ef97155 (patch)
tree0d1555c1af41e6e085459348f147e95c7f2a8a9a
parent23a1255de3af5d5d6a7c6993dc9f44687446c6d4 (diff)
downloadriscv-isa-manual-69c3cd6323381827f3199d0f19ad0cb72ef97155.zip
riscv-isa-manual-69c3cd6323381827f3199d0f19ad0cb72ef97155.tar.gz
riscv-isa-manual-69c3cd6323381827f3199d0f19ad0cb72ef97155.tar.bz2
Make FP conversion/move section names consistent
In F/D, the section is named "Conversion"; in Q/Zfh, it was named "Convert".
-rw-r--r--src/q.tex2
-rw-r--r--src/zfh.tex2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/q.tex b/src/q.tex
index 53c21ad..60fad62 100644
--- a/src/q.tex
+++ b/src/q.tex
@@ -149,7 +149,7 @@ src3 & Q & src2 & src1 & RM & dest & F[N]MADD/F[N]MSUB \\
\end{tabular}
\end{center}
-\section{Quad-Precision Convert and Move Instructions}
+\section{Quad-Precision Conversion and Move Instructions}
New floating-point-to-integer and integer-to-floating-point conversion
instructions are added. These instructions are defined analogously to the
diff --git a/src/zfh.tex b/src/zfh.tex
index 9e9b63e..e215ed4 100644
--- a/src/zfh.tex
+++ b/src/zfh.tex
@@ -160,7 +160,7 @@ src3 & H & src2 & src1 & RM & dest & F[N]MADD/F[N]MSUB \\
\end{tabular}
\end{center}
-\section{Half-Precision Convert and Move Instructions}
+\section{Half-Precision Conversion and Move Instructions}
New floating-point-to-integer and integer-to-floating-point conversion
instructions are added. These instructions are defined analogously to the