Searched refs:tcg_helper_div_i64 (Results 1 – 4 of 4) sorted by relevance
/external/qemu/tcg/ |
D | tcg-runtime.h | 13 int64_t tcg_helper_div_i64(int64_t arg1, int64_t arg2);
|
D | tcg-op.h | 1070 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()
|
D | tcg.c | 280 { tcg_helper_div_i64, "div_i64" },
|
/external/qemu/ |
D | tcg-runtime.c | 71 int64_t tcg_helper_div_i64(int64_t arg1, int64_t arg2) in tcg_helper_div_i64() function
|