File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ definedBy:
1010 anyOf :
1111 - C
1212 - Zca
13- assembly : imm
13+ assembly : " "
1414encoding :
1515 match : " 0000000000000001"
1616access :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ description: |
1414 corresponding bit to be set in the CSR, if that CSR bit is writable.
1515 Other bits in the CSR are not explicitly written.
1616definedBy : Zicsr
17- assembly : xd, imm , xs1
17+ assembly : xd, csr , xs1
1818encoding :
1919 match : -----------------010-----1110011
2020 variables :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ description: |
1313 If `xd=x0`, then the instruction shall not read the CSR and shall not
1414 cause any of the side effects that might occur on a CSR read.
1515definedBy : Zicsr
16- assembly : xd, imm , xs1
16+ assembly : xd, csr , xs1
1717encoding :
1818 match : -----------------001-----1110011
1919 variables :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ description: |
1313 If `xd=x0`, then the instruction shall not read the CSR and shall not
1414 cause any of the side effects that might occur on a CSR read.
1515definedBy : Zicsr
16- assembly : xd, imm, xs1
16+ assembly : xd, csr, imm
1717encoding :
1818 match : -----------------101-----1110011
1919 variables :
You can’t perform that action at this time.
0 commit comments