Skip to content

Commit

Permalink
Final fix definedBy allOf addition.
Browse files Browse the repository at this point in the history
Signed-off-by: Afonso Oliveira <[email protected]>
  • Loading branch information
AFOliveira committed Dec 19, 2024
1 parent c244678 commit ae19103
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arch/inst/Zfh/fcvt.h.s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: instruction
name: fcvt.h.s
long_name: Convert half-precision float to a single-precision float
definedBy:
anyOf: [Zfh, Zfhmin]
allOf: [Zfh, Zfhmin]
assembly: fd, xs1
description: |
Converts a half-precision number in floating-point register _fs1_ into a single-precision floating-point number in
Expand Down
2 changes: 1 addition & 1 deletion arch/inst/Zfh/fcvt.s.h.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: instruction
name: fcvt.s.h
long_name: Convert single-precision float to a half-precision float
definedBy:
anyOf: [Zfh, Zfhmin]
allOf: [Zfh, Zfhmin]
assembly: fd, xs1
description: |
Converts a single-precision number in floating-point register _fs1_ into a half-precision floating-point number in
Expand Down
2 changes: 1 addition & 1 deletion arch/inst/Zfh/flh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: |
`flh` is only guaranteed to execute atomically if the effective address is naturally aligned.
definedBy:
anyOf: [Zfh, Zfhmin]
allOf: [Zfh, Zfhmin]
assembly: fd, imm(xs1)
encoding:
match: -----------------001-----0000111
Expand Down
2 changes: 1 addition & 1 deletion arch/inst/Zfh/fmv.x.h.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: instruction
name: fmv.x.h
long_name: Move half-precision value from floating-point to integer register
definedBy:
anyOf: [Zfh, Zfhmin]
allOf: [Zfh, Zfhmin]
assembly: rd, fs1
description: |
Moves the half-precision value in floating-point register rs1 represented in IEEE 754-2008
Expand Down
2 changes: 1 addition & 1 deletion arch/inst/Zfh/fsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: |
`fsh` is only guaranteed to execute atomically if the effective address is naturally aligned.
definedBy:
anyOf: [Zfh, Zfhmin]
allOf: [Zfh, Zfhmin]
assembly: fs2, imm(xs1)
encoding:
match: -----------------001-----0100111
Expand Down

0 comments on commit ae19103

Please sign in to comment.