File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kind: instruction
55name : fcvt.h.s
66long_name : Convert half-precision float to a single-precision float
77definedBy :
8- anyOf : [Zfh, Zfhmin]
8+ allOf : [Zfh, Zfhmin]
99assembly : fd, xs1
1010description : |
1111 Converts a half-precision number in floating-point register _fs1_ into a single-precision floating-point number in
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kind: instruction
55name : fcvt.s.h
66long_name : Convert single-precision float to a half-precision float
77definedBy :
8- anyOf : [Zfh, Zfhmin]
8+ allOf : [Zfh, Zfhmin]
99assembly : fd, xs1
1010description : |
1111 Converts a single-precision number in floating-point register _fs1_ into a half-precision floating-point number in
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ description: |
1212 `flh` is only guaranteed to execute atomically if the effective address is naturally aligned.
1313
1414definedBy :
15- anyOf : [Zfh, Zfhmin]
15+ allOf : [Zfh, Zfhmin]
1616assembly : fd, imm(xs1)
1717encoding :
1818 match : -----------------001-----0000111
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kind: instruction
55name : fmv.x.h
66long_name : Move half-precision value from floating-point to integer register
77definedBy :
8- anyOf : [Zfh, Zfhmin]
8+ allOf : [Zfh, Zfhmin]
99assembly : rd, fs1
1010description : |
1111 Moves the half-precision value in floating-point register rs1 represented in IEEE 754-2008
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ description: |
1515 `fsh` is only guaranteed to execute atomically if the effective address is naturally aligned.
1616
1717definedBy :
18- anyOf : [Zfh, Zfhmin]
18+ allOf : [Zfh, Zfhmin]
1919assembly : fs2, imm(xs1)
2020encoding :
2121 match : -----------------001-----0100111
You can’t perform that action at this time.
0 commit comments