Skip to content

Commit c3e00a2

Browse files
rootroot
authored andcommitted
1 parent 31c9e15 commit c3e00a2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

arch/ext/Zhinx.yaml

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

0 commit comments

Comments
 (0)