ir/tests/aarch64/ule_002.irt

20 lines
240 B
Plaintext
Raw Normal View History

--TEST--
002: ule function
--TARGET--
aarch64
--ARGS--
-S
--CODE--
{
uint32_t c = 17;
l_1 = START(l_4);
uint32_t x = PARAM(l_1, "x", 2);
bool ret = ULE(x, c);
l_4 = RETURN(l_1, ret);
}
--EXPECT--
test:
cmp w0, #0x11
cset w0, ls
ret