summaryrefslogtreecommitdiff
path: root/target-xtensa/helpers.h
blob: 6329c43ff6305447429279ee3a9fbd03ae9de6ef (plain)
1
2
3
4
5
6
7
8
9
#include "def-helper.h"

DEF_HELPER_1(exception, void, i32)
DEF_HELPER_2(exception_cause, void, i32, i32)
DEF_HELPER_3(exception_cause_vaddr, void, i32, i32, i32)
DEF_HELPER_1(nsa, i32, i32)
DEF_HELPER_1(nsau, i32, i32)

#include "def-helper.h"