ir/tests/x86_64/conv_005.irt

16 lines
207 B
Plaintext
Raw Normal View History

--TEST--
005: type conversion BITCAST
--ARGS--
-S
--CODE--
{
l_1 = START(l_4);
float x = PARAM(l_1, "x", 1);
uint32_t ret = BITCAST(x);
l_4 = RETURN(l_1, ret);
}
--EXPECT--
test:
movd %xmm0, %eax
retq