Searched refs:tcg_helper_remu_i64 (Results 1 - 3 of 3) sorted by relevance
/vbox/src/recompiler/tcg/ |
H A D | tcg-runtime.h | 16 uint64_t tcg_helper_remu_i64(uint64_t arg1, uint64_t arg2);
|
H A D | tcg-op.h | 1026 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 D | tcg-runtime.c | 86 uint64_t tcg_helper_remu_i64(uint64_t arg1, uint64_t arg2) function
|
Completed in 115 milliseconds