qemu-patch-raspberry4/target-xtensa/helpers.h
Max Filippov dedc5eae23 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>
2011-09-10 16:57:36 +00:00

6 lines
85 B
C

#include "def-helper.h"
DEF_HELPER_1(exception, void, i32)
#include "def-helper.h"