aboutsummaryrefslogtreecommitdiff
path: root/src/c-st-ext.adoc
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-01-31 10:30:15 -0500
committerBill Traynor <wmat@riscv.org>2023-01-31 10:30:15 -0500
commitb9c99729917541ca87a80184faf566b72c6b1e17 (patch)
tree4c44457cacd8ac9115e96ecd1f49bb56cdacaa1b /src/c-st-ext.adoc
parent4fef5fc9cb833064673eefeedc1003444e6c4b7c (diff)
downloadriscv-isa-manual-b9c99729917541ca87a80184faf566b72c6b1e17.zip
riscv-isa-manual-b9c99729917541ca87a80184faf566b72c6b1e17.tar.gz
riscv-isa-manual-b9c99729917541ca87a80184faf566b72c6b1e17.tar.bz2
Fixing formatting
Swapped actual characters for unicode Fixed code type formatting
Diffstat (limited to 'src/c-st-ext.adoc')
-rw-r--r--src/c-st-ext.adoc18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/c-st-ext.adoc b/src/c-st-ext.adoc
index 0c2262d..72de3d8 100644
--- a/src/c-st-ext.adoc
+++ b/src/c-st-ext.adoc
@@ -872,25 +872,25 @@ no standard HINTs will ever be defined in this subspace.
|===
|Instruction |Constraints |Code Points |Purpose
-|C.NOP |_nzimm_&#8800;0 |63 .6+^.>s|_Reserved for future standard use_
+|C.NOP |_nzimm_≠0 |63 .6+^.>s|_Reserved for future standard use_
-|C.ADDI | _rd_&#8800;_x0_, _nzimm_=0 |31
+|C.ADDI | _rd_≠`x0`, _nzimm_=0 |31
-|C.LI | _rd_=_x0_ |64
+|C.LI | _rd_=`x0` |64
-|C.LUI | _rd_=_x0_, _nzimm_&#8800;0 |63
+|C.LUI | _rd_=`x0`, _nzimm_≠0 |63
-|C.MV | _rd_=_x0_, _rs2_&#8800;_x0_ |31
+|C.MV | _rd_=`x0`, _rs2_≠`x0` |31
-|C.ADD | _rd_=_x0_, _rs2_&#8800;_x0_, _rs2_&#8800;_x2_-_x5_ | 27
+|C.ADD | _rd_=`x0`, _rs2_≠`x0`, _rs2_≠`x2-x5` | 27
-|C.ADD | _rd_=_x0_, _rs2_&#8800;_x0_ |4|(rs2=x2) C.NTL.P1 (rs2=x3) C.NTL.PALL (rs2=x4) C.NTL.S1 (rs2=x5) C.NTL.ALL
+|C.ADD | _rd_=_x0_, _rs2_≠`x0` |4|(rs2=x2) C.NTL.P1 (rs2=x3) C.NTL.PALL (rs2=x4) C.NTL.S1 (rs2=x5) C.NTL.ALL
-|C.SLLI |_rd_=_x0_, _nzimm_&#8800;0 |31 (RV32), 63 (RV64/128) .5+^.>s|_Designated for custom use_
+|C.SLLI |_rd_=_x0_, _nzimm_≠0 |31 (RV32), 63 (RV64/128) .5+^.>s|_Designated for custom use_
|C.SLLI64 | _rd_=_x0_ |1
-|C.SLLI64 | _rd_&#8800;_x0_, RV32 and RV64 only |31
+|C.SLLI64 | _rd_≠`x0`, RV32 and RV64 only |31
|C.SRLI64 | RV32 and RV64 only |8