ir/tests/x86_64/abs_003.irt

16 lines
193 B
Plaintext
Raw Normal View History

2022-04-20 23:31:28 +02:00
--TEST--
003: abs function
--ARGS--
-S
--CODE--
{
l_1 = START(l_4);
float x = PARAM(l_1, "x", 1);
float ret = ABS(x);
l_4 = RETURN(l_1, ret);
}
--EXPECT--
test:
andps 1(%rip), %xmm0
retq