target-xtensa: implement shifts (ST1 and RST1 groups)
[qemu.git] / target-xtensa / helpers.h
blob976c8d85a04df1f80336ef05dc29d7947fd5b410
1 #include "def-helper.h"
3 DEF_HELPER_1(exception, void, i32)
4 DEF_HELPER_1(nsa, i32, i32)
5 DEF_HELPER_1(nsau, i32, i32)
7 #include "def-helper.h"