ir/tests/aarch64/conv_008.irt

18 lines
214 B
Plaintext
Raw Normal View History

--TEST--
008: type conversion FP2FP
--TARGET--
aarch64
--ARGS--
-S
--CODE--
{
l_1 = START(l_4);
float x = PARAM(l_1, "x", 1);
double ret = FP2FP(x);
l_4 = RETURN(l_1, ret);
}
--EXPECT--
test:
fcvt d0, s0
ret