Home
last modified time | relevance | path

Searched refs:tcg_helper_muluh_i64 (Results 1 – 4 of 4) sorted by relevance

/external/qemu/tcg/
Dtcg-runtime.h18 uint64_t tcg_helper_muluh_i64(uint64_t arg1, uint64_t arg2);
Dtcg.c285 { tcg_helper_muluh_i64, "muluh_i64" },
Dtcg-op.h2553 tcg_gen_helper64(tcg_helper_muluh_i64, sizemask, rh, arg1, arg2); in tcg_gen_mulu2_i64()
/external/qemu/
Dtcg-runtime.c91 uint64_t tcg_helper_muluh_i64(uint64_t arg1, uint64_t arg2) in tcg_helper_muluh_i64() function