--TEST-- 004: shl function --TARGET-- aarch64 --ARGS-- -S --CODE-- { int32_t c = 17; l_1 = START(l_4); int32_t x = PARAM(l_1, "x", 1); int32_t ret = SHL(c, x); l_4 = RETURN(l_1, ret); } --EXPECT-- test: movz w1, #0x11 lsl w0, w1, w0 ret