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

/vbox/src/recompiler/tcg/
H A Dtcg-runtime.h7 uint32_t tcg_helper_divu_i32(uint32_t arg1, uint32_t arg2);
H A Dtcg-op.h730 tcg_gen_helper32(tcg_helper_divu_i32, ret, arg1, arg2, 0);
/vbox/src/recompiler/
H A Dtcg-runtime.c44 uint32_t tcg_helper_divu_i32(uint32_t arg1, uint32_t arg2) function

Completed in 345 milliseconds