File tree Expand file tree Collapse file tree 2 files changed +50
-0
lines changed
Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=../../../schemas/inst_schema.json
2+
3+ czero.eqz :
4+ long_name : No synopsis available.
5+ description : |
6+ No description available.
7+ definedBy : Zicond
8+ assembly : xd, xs1, xs2
9+ encoding :
10+ match : 0000111----------101-----0110011
11+ variables :
12+ - name : rs2
13+ location : 24-20
14+ - name : rs1
15+ location : 19-15
16+ - name : rd
17+ location : 11-7
18+ access :
19+ s : always
20+ u : always
21+ vs : always
22+ vu : always
23+ data_independent_timing : true
24+ operation() : |
25+
Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=../../../schemas/inst_schema.json
2+
3+ czero.nez :
4+ long_name : No synopsis available.
5+ description : |
6+ No description available.
7+ definedBy : Zicond
8+ assembly : xd, xs1, xs2
9+ encoding :
10+ match : 0000111----------111-----0110011
11+ variables :
12+ - name : rs2
13+ location : 24-20
14+ - name : rs1
15+ location : 19-15
16+ - name : rd
17+ location : 11-7
18+ access :
19+ s : always
20+ u : always
21+ vs : always
22+ vu : always
23+ data_independent_timing : true
24+ operation() : |
25+
You can’t perform that action at this time.
0 commit comments