Searched refs:tcg_helper_remu_i64 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/recompiler/tcg/
H A Dtcg-runtime.h16 uint64_t tcg_helper_remu_i64(uint64_t arg1, uint64_t arg2);
H A Dtcg-op.h1026 tcg_gen_helper64(tcg_helper_remu_i64, sizemask, ret, arg1, arg2);
1327 tcg_gen_helper64(tcg_helper_remu_i64, sizemask, ret, arg1, arg2);
/vbox/src/recompiler/
H A Dtcg-runtime.c86 uint64_t tcg_helper_remu_i64(uint64_t arg1, uint64_t arg2) function

Completed in 232 milliseconds