Skip to content

Commit 36e03eb

Browse files
rootroot
authored andcommitted
1 parent 31c9e15 commit 36e03eb

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

arch/ext/Zhinx.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

0 commit comments

Comments
 (0)