Searched refs:tcg_helper_muluh_i64 (Results 1 – 4 of 4) sorted by relevance
18 uint64_t tcg_helper_muluh_i64(uint64_t arg1, uint64_t arg2);
285 { tcg_helper_muluh_i64, "muluh_i64" },
2553 tcg_gen_helper64(tcg_helper_muluh_i64, sizemask, rh, arg1, arg2); in tcg_gen_mulu2_i64()
91 uint64_t tcg_helper_muluh_i64(uint64_t arg1, uint64_t arg2) in tcg_helper_muluh_i64() function