Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg-runtime.h14 int64_t tcg_helper_rem_i64(int64_t arg1, int64_t arg2);
Dtcg-op.h1081 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()
Dtcg.c281 { tcg_helper_rem_i64, "rem_i64" },
/external/qemu/
Dtcg-runtime.c76 int64_t tcg_helper_rem_i64(int64_t arg1, int64_t arg2) in tcg_helper_rem_i64() function