From 21c6a1412e1822fd906c0de9b841b90a060069e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Marques?= Date: Tue, 21 May 2019 17:57:46 +0100 Subject: Adding FENCE to the table of RV64 HINT instructions (#387) --- src/rv64.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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} -- cgit v1.1