]> Git Repo - qemu.git/blob - target-moxie/helper.h
Merge remote-tracking branch 'remotes/rth/tcg-next' into staging
[qemu.git] / target-moxie / helper.h
1 DEF_HELPER_2(raise_exception, void, env, int)
2 DEF_HELPER_1(debug, void, env)
3
4 DEF_HELPER_FLAGS_3(div, TCG_CALL_NO_WG, i32, env, i32, i32)
5 DEF_HELPER_FLAGS_3(udiv, TCG_CALL_NO_WG, i32, env, i32, i32)
This page took 0.023728 seconds and 4 git commands to generate.