ir/tests/x86_64/add_010.irt

20 lines
240 B
Plaintext
Raw Normal View History

--TEST--
010: add function
2022-05-25 16:38:22 +02:00
--TARGET--
x86_64
--ARGS--
-S
--CODE--
{
uint16_t c = 1;
l_1 = START(l_4);
uint16_t x = PARAM(l_1, "x", 1);
uint16_t ret = ADD(x, c);
l_4 = RETURN(l_1, ret);
}
--EXPECT--
test:
movw %di, %ax
incw %ax
retq