File tree Expand file tree Collapse file tree 7 files changed +21
-8
lines changed
Expand file tree Collapse file tree 7 files changed +21
-8
lines changed Original file line number Diff line number Diff line change @@ -387,3 +387,4 @@ doc_license:
387387company :
388388 name : Qualcomm Technologies, Inc.
389389 url : https://qualcomm.com
390+ conflicts : [D]
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ versions:
3333description : |
3434 The Xqciac extension includes three instructions to accelerate common
3535 address calculations.
36-
36+ conflicts : [D]
3737doc_license :
3838 name : Creative Commons Attribution 4.0 International License
3939 url : https://creativecommons.org/licenses/by/4.0/
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ encoding:
2222 not : [0, 1, 2, 3, 4]
2323 - name : rd
2424 location : 11-7
25+ not : 0
2526access :
2627 s : always
2728 u : always
Original file line number Diff line number Diff line change @@ -8,9 +8,14 @@ description: |
88 Increments `rd` by the multiplication of `rs1` and an unsigned immediate
99 Instruction encoded in CL instruction format.
1010definedBy :
11- anyOf :
12- - Xqci
13- - Xqciac
11+ allOf :
12+ - not :
13+ anyOf :
14+ - allOf : [C, D]
15+ - Zcd
16+ - anyOf :
17+ - Xqci
18+ - Xqciac
1419base : 32
1520encoding :
1621 match : 001-----------10
Original file line number Diff line number Diff line change @@ -8,9 +8,14 @@ description: |
88 Move `rs1` to `rd` if `rd` == 0, keep `rd` value otherwise
99 Instruction encoded in CL instruction format.
1010definedBy :
11- anyOf :
12- - Xqci
13- - Xqcicm
11+ allOf :
12+ - anyOf :
13+ - Xqci
14+ - Xqcicm
15+ - not :
16+ anyOf :
17+ - allOf : [C, D]
18+ - Zcd
1419base : 32
1520encoding :
1621 match : 101011---00---10
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ definedBy:
1414 - Xqcilsm
1515base : 32
1616encoding :
17- match : 00 ---------------111-----0101011
17+ match : 01 ---------------111-----0101011
1818 variables :
1919 - name : imm
2020 location : 29-25
Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ mandatory_extensions:
1010 - { name: Smrnmi }
1111 - { name: I }
1212 - { name: Xqci, version: "~> 0.4" }
13+ additional_extensions : false
1314params :
1415 XLEN : 32
You can’t perform that action at this time.
0 commit comments