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

20 lines
240 B
Plaintext

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