diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2011-09-06 03:55:27 +0400 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-09-10 16:57:36 +0000 |
commit | dedc5eae2324b3c4a6d25af2138396aa5dc3d9e0 (patch) | |
tree | bf35ca79f9216521142c8679f0713b69a6c5c093 /target-xtensa/helpers.h | |
parent | cfa550c6acc6718c3f932e858366e3e1e81266d6 (diff) |
target-xtensa: implement disas_xtensa_insn
Set up disas_xtensa_insn switch structure, mark required options on high
level groups. Implement arithmetic/bit logic/jump/call0.
Implement code generation loop with single step/breakpoint checking.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-xtensa/helpers.h')
-rw-r--r-- | target-xtensa/helpers.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target-xtensa/helpers.h b/target-xtensa/helpers.h new file mode 100644 index 0000000000..c298d74335 --- /dev/null +++ b/target-xtensa/helpers.h @@ -0,0 +1,5 @@ +#include "def-helper.h" + +DEF_HELPER_1(exception, void, i32) + +#include "def-helper.h" |