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:
10
10
anyOf :
11
11
- C
12
12
- Zca
13
- assembly : imm
13
+ assembly : " "
14
14
encoding :
15
15
match : " 0000000000000001"
16
16
access :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ description: |
14
14
corresponding bit to be set in the CSR, if that CSR bit is writable.
15
15
Other bits in the CSR are not explicitly written.
16
16
definedBy : Zicsr
17
- assembly : xd, imm , xs1
17
+ assembly : xd, csr , xs1
18
18
encoding :
19
19
match : -----------------010-----1110011
20
20
variables :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ description: |
13
13
If `xd=x0`, then the instruction shall not read the CSR and shall not
14
14
cause any of the side effects that might occur on a CSR read.
15
15
definedBy : Zicsr
16
- assembly : xd, imm , xs1
16
+ assembly : xd, csr , xs1
17
17
encoding :
18
18
match : -----------------001-----1110011
19
19
variables :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ description: |
13
13
If `xd=x0`, then the instruction shall not read the CSR and shall not
14
14
cause any of the side effects that might occur on a CSR read.
15
15
definedBy : Zicsr
16
- assembly : xd, imm, xs1
16
+ assembly : xd, csr, imm
17
17
encoding :
18
18
match : -----------------101-----1110011
19
19
variables :
You can’t perform that action at this time.
0 commit comments