]> Git Repo - qemu.git/blame - target-moxie/helper.h
target-arm: Clean up handling of AArch64 PSTATE
[qemu.git] / target-moxie / helper.h
CommitLineData
525bd324
AG
1#include "exec/def-helper.h"
2
3DEF_HELPER_2(raise_exception, void, env, int)
4DEF_HELPER_1(debug, void, env)
5
6DEF_HELPER_FLAGS_3(div, TCG_CALL_NO_WG, i32, env, i32, i32)
7DEF_HELPER_FLAGS_3(udiv, TCG_CALL_NO_WG, i32, env, i32, i32)
8
9#include "exec/def-helper.h"
This page took 0.094103 seconds and 4 git commands to generate.