We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f61227 commit bf5c6a8Copy full SHA for bf5c6a8
src/hotspot/cpu/riscv/riscv.ad
@@ -8555,7 +8555,7 @@ instruct convD2F_reg(fRegF dst, fRegD src) %{
8555
8556
// single <-> half precision
8557
8558
-instruct convHF2F_reg_reg(fRegF dst, iRegINoSp src, iRegINoSp tmp) %{
+instruct convHF2F_reg_reg(fRegF dst, iRegIorL2I src, iRegINoSp tmp) %{
8559
match(Set dst (ConvHF2F src));
8560
effect(TEMP tmp);
8561
format %{ "fmv.h.x $dst, $src\t# move source from $src to $dst\n\t"
0 commit comments