Skip to content

Commit 3bc14ff

Browse files
authored
fix(data): support FLI.H on Zfa + [Zfh | Zvfh] (#957)
1 parent 4504786 commit 3bc14ff

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

backends/instructions_appendix/all_instructions.golden.adoc

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10531,15 +10531,11 @@ Decode Variables::
1053110531
|===
1053210532

1053310533
Included in::
10534-
[options="autowrap,autowidth"]
10535-
|===
10536-
| Extension | Version
10537-
10538-
| *Zfa* | ~> 1.0.0
10539-
10540-
| *Zfh* | ~> 1.0.0
10541-
10542-
|===
10534+
allOf:
10535+
* Zfa, version >= [email protected]
10536+
* anyOf:
10537+
** Zfh, version >= [email protected]
10538+
** Zvfh, version >= [email protected]
1054310539

1054410540

1054510541
[#udb:doc:inst:fli_q]

spec/std/isa/inst/Zfh/fli.h.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ long_name: Floating-point Load Immediate Half-precision
1010
description: |
1111
No description available.
1212
definedBy:
13-
allOf: [Zfa, Zfh]
13+
allOf:
14+
- Zfa
15+
- anyOf: [Zfh, Zvfh]
1416
assembly: fd, xs1
1517
encoding:
1618
match: 111101000001-----000-----1010011

0 commit comments

Comments
 (0)