ir/tests/aarch64/ne_003.irt

20 lines
232 B
Plaintext
Raw Normal View History

--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