--TEST-- 005: mod function --TARGET-- aarch64 --ARGS-- -S --CODE-- { uint32_t c = 16; l_1 = START(l_4); uint32_t x = PARAM(l_1, "x", 1); uint32_t ret = MOD(x, c); l_4 = RETURN(l_1, ret); } --EXPECT-- test: and w0, w0, #0xf ret