ir/tests/x86/conv_010.irt
2022-11-22 10:43:29 +03:00

20 lines
287 B
Plaintext

--TEST--
010: type conversion BITCAST
--TARGET--
x86
--XFAIL--
64-bit integers are not implemented on 32-bit systems
--ARGS--
-S
--CODE--
{
l_1 = START(l_4);
uint64_t x = PARAM(l_1, "x", 1);
double ret = BITCAST(x);
l_4 = RETURN(l_1, ret);
}
--EXPECT--
test:
movd %rdi, %xmm0
retq