ir/tests/aarch64/eq_004.irt

21 lines
245 B
Plaintext
Raw Normal View History

--TEST--
004: eq function
--TARGET--
aarch64
--ARGS--
-S
--CODE--
{
double c = 0;
l_1 = START(l_4);
double x = PARAM(l_1, "x", 1);
bool ret = EQ(x, c);
l_4 = RETURN(l_1, ret);
}
--EXPECT--
test:
fmov d1, xzr
fcmp d0, d1
cset w0, eq
ret