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

/vbox/src/recompiler/tcg/
H A Dtcg-runtime.h6 int32_t tcg_helper_rem_i32(int32_t arg1, int32_t arg2);
H A Dtcg-op.h719 tcg_gen_helper32(tcg_helper_rem_i32, sizemask, ret, arg1, arg2);
/vbox/src/recompiler/
H A Dtcg-runtime.c39 int32_t tcg_helper_rem_i32(int32_t arg1, int32_t arg2) function

Completed in 280 milliseconds