Searched refs:tcg_helper_remu_i32 (Results 1 – 4 of 4) sorted by relevance
8 uint32_t tcg_helper_remu_i32(uint32_t arg1, uint32_t arg2);
275 { tcg_helper_remu_i32, "remu_i32" },
794 tcg_gen_helper32(tcg_helper_remu_i32, sizemask, ret, arg1, arg2); in tcg_gen_remu_i32()
49 uint32_t tcg_helper_remu_i32(uint32_t arg1, uint32_t arg2) in tcg_helper_remu_i32() function