aboutsummaryrefslogtreecommitdiff
path: root/src/rv64.adoc
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-01-30 21:28:05 -0500
committerBill Traynor <wmat@riscv.org>2023-01-30 21:28:05 -0500
commitb6779555fe3fddea44085ff8373bd1cd344b1ad4 (patch)
treeb1c934afcff254e03db5005d67662587288e4ce0 /src/rv64.adoc
parentec755fdabf09be346c25516ac10a33276d31c785 (diff)
downloadriscv-isa-manual-b6779555fe3fddea44085ff8373bd1cd344b1ad4.zip
riscv-isa-manual-b6779555fe3fddea44085ff8373bd1cd344b1ad4.tar.gz
riscv-isa-manual-b6779555fe3fddea44085ff8373bd1cd344b1ad4.tar.bz2
Changed Add to ADD in HINT table.
Changed Add to ADD in HINT table.
Diffstat (limited to 'src/rv64.adoc')
-rw-r--r--src/rv64.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rv64.adoc b/src/rv64.adoc
index a01d042..afb1596 100644
--- a/src/rv64.adoc
+++ b/src/rv64.adoc
@@ -165,7 +165,7 @@ no standard HINTs will ever be defined in this subspace.
[[rv64i-h]]
.RV64I HINT instructions.
-[float="center",align="center",cols="<,<,^,^", options="header", grid="all"]
+[float="center",align="center",cols="<,<,^,<", options="header", grid="all"]
|===
|Instruction |Constraints |Code Points |Purpose
|LUI |_rd_=_x0_ |latexmath:[$2^{20}$] .9+.^|_Reserved for future standard use_
@@ -184,9 +184,9 @@ no standard HINTs will ever be defined in this subspace.
|ADD |_rd_=_x0_, _rs1_ latexmath:[$\neq$] _x0_ |latexmath:[$2^{10}$]
-|Add |_rd_=_x0_, _rs1_=_x0_, _rs2_ latexmath:[$\neq$] _x2_-_x5_| 28
+|ADD |_rd_=_x0_, _rs1_=_x0_, _rs2_ latexmath:[$\neq$] _x2_-_x5_| 28
-|Add |_rd_=_x0_, _rs1_=_x0_, _rs2_=_x2_-_x5_| 4 | (_rs2_=_x2_) NTL.P1 +
+|ADD |_rd_=_x0_, _rs1_=_x0_, _rs2_=_x2_-_x5_| 4 | (_rs2_=_x2_) NTL.P1 +
(_rs2_=_x3_) NTL.PALL +
(_rs2_=_x4_) NTL.S1 +
(_rs2_=_x5_) NTL.ALL