]> Git Repo - qemu.git/blob - target-moxie/helper.h
Merge remote-tracking branch 'luiz/queue/qmp' into staging
[qemu.git] / target-moxie / helper.h
1 #include "exec/def-helper.h"
2
3 DEF_HELPER_2(raise_exception, void, env, int)
4 DEF_HELPER_1(debug, void, env)
5
6 DEF_HELPER_FLAGS_3(div, TCG_CALL_NO_WG, i32, env, i32, i32)
7 DEF_HELPER_FLAGS_3(udiv, TCG_CALL_NO_WG, i32, env, i32, i32)
8
9 #include "exec/def-helper.h"
This page took 0.022808 seconds and 4 git commands to generate.