]> git.proxmox.com Git - qemu.git/commit - target-xtensa/translate.c
target-xtensa: implement disas_xtensa_insn
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 5 Sep 2011 23:55:27 +0000 (03:55 +0400)
committerBlue Swirl <blauwirbel@gmail.com>
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 <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
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