]> Git Repo - qemu.git/commit - target-xtensa/translate.c
target-xtensa: implement disas_xtensa_insn
authorMax Filippov <[email protected]>
Mon, 5 Sep 2011 23:55:27 +0000 (03:55 +0400)
committerBlue Swirl <[email protected]>
Sat, 10 Sep 2011 16:57:36 +0000 (16:57 +0000)
commitdedc5eae2324b3c4a6d25af2138396aa5dc3d9e0
treebf35ca79f9216521142c8679f0713b69a6c5c093
parentcfa550c6acc6718c3f932e858366e3e1e81266d6
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 <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
target-xtensa/cpu.h
target-xtensa/helper.c
target-xtensa/helpers.h [new file with mode: 0644]
target-xtensa/op_helper.c
target-xtensa/translate.c
This page took 0.026004 seconds and 4 git commands to generate.