Skip to content

Commit ae19103

Browse files
committed
Final fix definedBy allOf addition.
Signed-off-by: Afonso Oliveira <[email protected]>
1 parent c244678 commit ae19103

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

arch/inst/Zfh/fcvt.h.s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kind: instruction
55
name: fcvt.h.s
66
long_name: Convert half-precision float to a single-precision float
77
definedBy:
8-
anyOf: [Zfh, Zfhmin]
8+
allOf: [Zfh, Zfhmin]
99
assembly: fd, xs1
1010
description: |
1111
Converts a half-precision number in floating-point register _fs1_ into a single-precision floating-point number in

arch/inst/Zfh/fcvt.s.h.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kind: instruction
55
name: fcvt.s.h
66
long_name: Convert single-precision float to a half-precision float
77
definedBy:
8-
anyOf: [Zfh, Zfhmin]
8+
allOf: [Zfh, Zfhmin]
99
assembly: fd, xs1
1010
description: |
1111
Converts a single-precision number in floating-point register _fs1_ into a half-precision floating-point number in

arch/inst/Zfh/flh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: |
1212
`flh` is only guaranteed to execute atomically if the effective address is naturally aligned.
1313
1414
definedBy:
15-
anyOf: [Zfh, Zfhmin]
15+
allOf: [Zfh, Zfhmin]
1616
assembly: fd, imm(xs1)
1717
encoding:
1818
match: -----------------001-----0000111

arch/inst/Zfh/fmv.x.h.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kind: instruction
55
name: fmv.x.h
66
long_name: Move half-precision value from floating-point to integer register
77
definedBy:
8-
anyOf: [Zfh, Zfhmin]
8+
allOf: [Zfh, Zfhmin]
99
assembly: rd, fs1
1010
description: |
1111
Moves the half-precision value in floating-point register rs1 represented in IEEE 754-2008

arch/inst/Zfh/fsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: |
1515
`fsh` is only guaranteed to execute atomically if the effective address is naturally aligned.
1616
1717
definedBy:
18-
anyOf: [Zfh, Zfhmin]
18+
allOf: [Zfh, Zfhmin]
1919
assembly: fs2, imm(xs1)
2020
encoding:
2121
match: -----------------001-----0100111

0 commit comments

Comments
 (0)