From b6779555fe3fddea44085ff8373bd1cd344b1ad4 Mon Sep 17 00:00:00 2001 From: Bill Traynor Date: Mon, 30 Jan 2023 21:28:05 -0500 Subject: Changed Add to ADD in HINT table. Changed Add to ADD in HINT table. --- src/rv64.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/rv64.adoc') 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 -- cgit v1.1