target-xtensa: implement exceptions
[qemu.git] / target-xtensa / helpers.h
blob6329c43ff6305447429279ee3a9fbd03ae9de6ef
1 #include "def-helper.h"
3 DEF_HELPER_1(exception, void, i32)
4 DEF_HELPER_2(exception_cause, void, i32, i32)
5 DEF_HELPER_3(exception_cause_vaddr, void, i32, i32, i32)
6 DEF_HELPER_1(nsa, i32, i32)
7 DEF_HELPER_1(nsau, i32, i32)
9 #include "def-helper.h"