Searched refs:tcg_helper_rem_i64 (Results 1 – 4 of 4) sorted by relevance
/external/qemu/tcg/ |
D | tcg-runtime.h | 14 int64_t tcg_helper_rem_i64(int64_t arg1, int64_t arg2);
|
D | tcg-op.h | 1081 tcg_gen_helper64(tcg_helper_rem_i64, sizemask, ret, arg1, arg2); in tcg_gen_rem_i64() 1400 tcg_gen_helper64(tcg_helper_rem_i64, sizemask, ret, arg1, arg2); in tcg_gen_rem_i64()
|
D | tcg.c | 281 { tcg_helper_rem_i64, "rem_i64" },
|
/external/qemu/ |
D | tcg-runtime.c | 76 int64_t tcg_helper_rem_i64(int64_t arg1, int64_t arg2) in tcg_helper_rem_i64() function
|