Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg-runtime.h13 int64_t tcg_helper_div_i64(int64_t arg1, int64_t arg2);
Dtcg-op.h1070 tcg_gen_helper64(tcg_helper_div_i64, sizemask, ret, arg1, arg2); in tcg_gen_div_i64()
1375 tcg_gen_helper64(tcg_helper_div_i64, sizemask, ret, arg1, arg2); in tcg_gen_div_i64()
Dtcg.c280 { tcg_helper_div_i64, "div_i64" },
/external/qemu/
Dtcg-runtime.c71 int64_t tcg_helper_div_i64(int64_t arg1, int64_t arg2) in tcg_helper_div_i64() function