File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-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 half-precision floating-point instructions analogous
9+ to those in the Zfh extension, except that these instructions use the integer
10+ register file rather than the floating-point register file. Specifically, Zhinx
11+ adds all the Zfh-extension instructions except the transfer instructions
12+ (FLH, FSH, FMV.H.X, and FMV.X.H). The semantics of each Zhinx instruction are
13+ identical to the corresponding Zfh instruction, except that occurrences of
14+ `f` registers in the original Zfh instructions are replaced by the corresponding
15+ `x` registers in Zhinx.
16+
17+ The Zhinx extension depends upon the Zfinx extension.
18+ type : unprivileged
19+ versions :
20+ - version : " 1.0.0"
21+ state : ratified
22+ ratification_date : 2021-11
You can’t perform that action at this time.
0 commit comments