ir/tests/x86_64/neg_003.irt

16 lines
193 B
Plaintext
Raw Normal View History

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