aboutsummaryrefslogtreecommitdiff
path: root/src/images/bytefield/rvc-instr-quad1.adoc
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2023-02-22 17:58:21 -0800
committerAndrew Waterman <andrew@sifive.com>2023-02-22 17:58:21 -0800
commitd7cd45e95e86403fb1970d427079845ea309118b (patch)
tree208259a7f53780158ffd32b16496714e46afb9bb /src/images/bytefield/rvc-instr-quad1.adoc
parent933b41917412f7e97307a2b7f92ef428a0dd36d0 (diff)
downloadriscv-isa-manual-d7cd45e95e86403fb1970d427079845ea309118b.zip
riscv-isa-manual-d7cd45e95e86403fb1970d427079845ea309118b.tar.gz
riscv-isa-manual-d7cd45e95e86403fb1970d427079845ea309118b.tar.bz2
For compactness, remove "nz" prefix on nzimm/nzuimm
Diffstat (limited to 'src/images/bytefield/rvc-instr-quad1.adoc')
-rw-r--r--src/images/bytefield/rvc-instr-quad1.adoc34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/images/bytefield/rvc-instr-quad1.adoc b/src/images/bytefield/rvc-instr-quad1.adoc
index 5aa485c..2c6f377 100644
--- a/src/images/bytefield/rvc-instr-quad1.adoc
+++ b/src/images/bytefield/rvc-instr-quad1.adoc
@@ -8,18 +8,18 @@
(def boxes-per-row 24)
(draw-column-headers {:labels (reverse ["" "" "" "" " " " " " " " " "0" "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15"])})
(draw-box "000" {:span 3})
-(draw-box (text "nzimm[5]" {:font-size 9}) {:span 1})
+(draw-box (text "imm[5]" {:font-size 9}) {:span 1})
(draw-box "0" {:span 5})
-(draw-box "nzimm[4:0]" {:span 5})
+(draw-box "imm[4:0]" {:span 5})
(draw-box "01" {:span 2})
-(draw-box (text "C.NOP" :math [:sub "(HINT, nzimm=0)"]) {:span 8 :text-anchor "start" :borders {}})
+(draw-box (text "C.NOP" :math [:sub "(HINT, imm=0)"]) {:span 8 :text-anchor "start" :borders {}})
(draw-box "000" {:span 3})
-(draw-box (text "nzimm[5]" {:font-size 9}) {:span 1})
+(draw-box (text "imm[5]" {:font-size 9}) {:span 1})
(draw-box "rs1/rd≠0" {:span 5})
-(draw-box "nzimm[4:0]" {:span 5})
+(draw-box "imm[4:0]" {:span 5})
(draw-box "01" {:span 2})
-(draw-box (text "C.ADDI" :math [:sub "(HINT, nzimm=0)"]) {:span 8 :text-anchor "start" :borders {}})
+(draw-box (text "C.ADDI" :math [:sub "(HINT, imm=0)"]) {:span 8 :text-anchor "start" :borders {}})
(draw-box "001" {:span 3})
(draw-box "imm[11|4|9:8|10|6|7|3:1|5]" {:span 11})
@@ -41,26 +41,26 @@
(draw-box (text "C.LI" :math [:sub "(HINT, rd=0)"]) {:span 8 :text-anchor "start" :borders {}})
(draw-box "011" {:span 3})
-(draw-box (text "nzimm[9]" {:font-size 9}) {:span 1})
+(draw-box (text "imm[9]" {:font-size 9}) {:span 1})
(draw-box "2" {:span 5})
(draw-box "imm[4:0]" {:span 5})
(draw-box "01" {:span 2})
-(draw-box (text "C.ADDI16SP" :math [:sub "(RES, nzimm=0)"]) {:span 8 :text-anchor "start" :borders {}})
+(draw-box (text "C.ADDI16SP" :math [:sub "(RES, imm=0)"]) {:span 8 :text-anchor "start" :borders {}})
(draw-box "011" {:span 3})
-(draw-box (text "nzimm[17]" {:font-size 8}) {:span 1})
+(draw-box (text "imm[17]" {:font-size 8}) {:span 1})
(draw-box "rd̸={0, 2}" {:span 5})
-(draw-box "nzimm[16:12]" {:span 5})
+(draw-box "imm[16:12]" {:span 5})
(draw-box "01" {:span 2})
-(draw-box (text "C.LUI" :math [:sub "(RES, nzimm=0; HINT, rd=0)"]) {:span 8 :text-anchor "start" :borders {}})
+(draw-box (text "C.LUI" :math [:sub "(RES, imm=0; HINT, rd=0)"]) {:span 8 :text-anchor "start" :borders {}})
(draw-box "100" {:span 3})
-(draw-box (text "nzuimm[5]" {:font-size 9}) {:span 1})
+(draw-box (text "uimm[5]" {:font-size 9}) {:span 1})
(draw-box "00" {:span 2})
(draw-box "rs1ʹ/rdʹ" {:span 3})
-(draw-box "nzuimm[4:0]" {:span 5})
+(draw-box "uimm[4:0]" {:span 5})
(draw-box "01" {:span 2})
-(draw-box (text "C.SRLI" :math [:sub "(RV32 Custom, nzuimm[5]=1)"]) {:span 8 :text-anchor "start" :borders {}})
+(draw-box (text "C.SRLI" :math [:sub "(RV32 Custom, uimm[5]=1)"]) {:span 8 :text-anchor "start" :borders {}})
(draw-box "100" {:span 3})
(draw-box "0" {:span 1})
@@ -71,12 +71,12 @@
(draw-box (text "C.SRLI64" :math [:sub "(RV128; RV32/64 HINT)"]) {:span 8 :text-anchor "start" :borders {}})
(draw-box "100" {:span 3})
-(draw-box (text "nzuimm[5]" {:font-size 9}) {:span 1})
+(draw-box (text "uimm[5]" {:font-size 9}) {:span 1})
(draw-box "01" {:span 2})
(draw-box "rs1ʹ/rdʹ" {:span 3})
-(draw-box "nzuimm[4:0]" {:span 5})
+(draw-box "uimm[4:0]" {:span 5})
(draw-box "01" {:span 2})
-(draw-box (text "C.SRAI" :math [:sub "(RV32 Custom, nzuimm[5]=1)"]) {:span 8 :text-anchor "start" :borders {}})
+(draw-box (text "C.SRAI" :math [:sub "(RV32 Custom, uimm[5]=1)"]) {:span 8 :text-anchor "start" :borders {}})
(draw-box "100" {:span 3})
(draw-box "0" {:span 1})