File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=../../schemas/ext_schema.json
2+
3+ $schema : " ext_schema.json#"
4+ kind : extension
5+ name : Zhinx
6+ long_name : Half-precision floating-point instructions using integer registers
7+ description : |
8+ The Zhinx extension provides analogous half-precision floating-point instructions. The Zhinx extension
9+ depends upon the Zfinx extension.
10+ The Zhinx extension adds all of the instructions that the Zfh extension adds, except for the transfer
11+ instructions FLH, FSH, FMV.H.X, and FMV.X.H.
12+ The Zhinx variants of these Zfh-extension instructions have the same semantics, except that whenever
13+ such an instruction would have accessed an f register, it instead accesses the x register with the same
14+ number.
15+
16+ type : unprivileged
17+ versions :
18+ - version : " 1.0.0"
19+ state : ratified
20+ ratification_date : 2021-11
You can’t perform that action at this time.
0 commit comments