]> git.proxmox.com Git - mirror_qemu.git/blob - target/moxie/helper.h
migration/qemu-file: fix potential buf waste for extra buf_index adjustment
[mirror_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)