ir/tests/aarch64/ne_003.irt
2022-11-08 11:56:22 +03:00

20 lines
232 B
Plaintext

--TEST--
003: ne function
--TARGET--
aarch64
--ARGS--
-S
--CODE--
{
int32_t c = 0;
l_1 = START(l_4);
int32_t x = PARAM(l_1, "x", 1);
bool ret = NE(x, c);
l_4 = RETURN(l_1, ret);
}
--EXPECT--
test:
cmp w0, #0
cset w0, ne
ret