--TEST-- 002: div function --TARGET-- x86_64 --ARGS-- -S --CODE-- { int32_t c = 17; l_1 = START(l_4); int32_t x = PARAM(l_1, "x", 1); int32_t ret = DIV(x, c); l_4 = RETURN(l_1, ret); } --EXPECT-- test: movl %edi, %eax movl $0x11, %ecx cltd idivl %ecx retq