Searched refs:tcg_helper_div_i32 (Results 1 – 4 of 4) sorted by relevance
5 int32_t tcg_helper_div_i32(int32_t arg1, int32_t arg2);
272 { tcg_helper_div_i32, "div_i32" },
725 tcg_gen_helper32(tcg_helper_div_i32, sizemask, ret, arg1, arg2); in tcg_gen_div_i32()
34 int32_t tcg_helper_div_i32(int32_t arg1, int32_t arg2) in tcg_helper_div_i32() function