Searched refs:tcg_helper_rem_i32 (Results 1 – 4 of 4) sorted by relevance
6 int32_t tcg_helper_rem_i32(int32_t arg1, int32_t arg2);
273 { tcg_helper_rem_i32, "rem_i32" },
750 tcg_gen_helper32(tcg_helper_rem_i32, sizemask, ret, arg1, arg2); in tcg_gen_rem_i32()
39 int32_t tcg_helper_rem_i32(int32_t arg1, int32_t arg2) in tcg_helper_rem_i32() function