Skip to content

Commit efdf210

Browse files
authored
Merge branch 'main' into fix/pr-1024-proxy-support
2 parents 7f5c668 + 914b672 commit efdf210

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

backends/instructions_appendix/all_instructions.golden.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12173,7 +12173,9 @@ Included in::
1217312173
|===
1217412174
| Extension | Version
1217512175

12176-
| *F* | ~> 2.2.0
12176+
| *Zfhmin* | ~> 1.0.0
12177+
12178+
| *Zhinx* | ~> 1.0.0
1217712179

1217812180
|===
1217912181

spec/std/isa/inst/I/bge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pseudoinstructions:
3333
- when: xs1 == 0
3434
to: blez xs2,imm
3535
- when: xs2 == 0
36-
to: blez xs1,imm
36+
to: bgez xs1,imm
3737
operation(): |
3838
XReg lhs = X[xs1];
3939
XReg rhs = X[xs2];

spec/std/isa/inst/Zfh/fmv.h.x.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ description: |
1212
from the lower 16 bits of integer register `xs1` to the floating-point
1313
register `fd`. The bits are not modified in the transfer, and in particular,
1414
the payloads of non-canonical NaNs are preserved.
15-
definedBy: F
15+
definedBy:
16+
anyOf: [Zfhmin, Zhinx]
1617
assembly: fd, xs1
1718
encoding:
1819
match: 111101000000-----000-----1010011

0 commit comments

Comments
 (0)