aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuís Marques <luismarques@lowrisc.org>2019-05-21 17:57:46 +0100
committerAndrew Waterman <andrew@sifive.com>2019-05-21 09:57:46 -0700
commit21c6a1412e1822fd906c0de9b841b90a060069e1 (patch)
tree70881fe34fe245b003490ac45e3abd3c346772f2 /src
parent2ff4f572360f49c716a4fbc72c912397cece842e (diff)
downloadriscv-isa-manual-21c6a1412e1822fd906c0de9b841b90a060069e1.zip
riscv-isa-manual-21c6a1412e1822fd906c0de9b841b90a060069e1.tar.gz
riscv-isa-manual-21c6a1412e1822fd906c0de9b841b90a060069e1.tar.bz2
Adding FENCE to the table of RV64 HINT instructions (#387)
Diffstat (limited to 'src')
-rw-r--r--src/rv64.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rv64.tex b/src/rv64.tex
index bde375c..92a098a 100644
--- a/src/rv64.tex
+++ b/src/rv64.tex
@@ -286,7 +286,8 @@ will ever be defined in this subspace.
SUBW & {\em rd}={\tt x0} & $2^{10}$ & \\ \cline{1-3}
SLLW & {\em rd}={\tt x0} & $2^{10}$ & \\ \cline{1-3}
SRLW & {\em rd}={\tt x0} & $2^{10}$ & \\ \cline{1-3}
- SRAW & {\em rd}={\tt x0} & $2^{10}$ & \\ \hline \hline
+ SRAW & {\em rd}={\tt x0} & $2^{10}$ & \\ \cline{1-3}
+ FENCE & {\em pred}=0 or {\em succ}=0 & $2^{5}-1$ & \\ \hline \hline
SLTI & {\em rd}={\tt x0} & $2^{17}$ & \multirow{10}{*}{\em Reserved for custom use} \\ \cline{1-3}
SLTIU & {\em rd}={\tt x0} & $2^{17}$ & \\ \cline{1-3}
SLLI & {\em rd}={\tt x0} & $2^{11}$ & \\ \cline{1-3}