]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/openrisc: Add print_insn_or1k
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 23 May 2018 15:14:46 +0000 (08:14 -0700)
committerStafford Horne <shorne@gmail.com>
Mon, 2 Jul 2018 15:05:28 +0000 (00:05 +0900)
commitd5cabcce62aeef63afd2b45ec634334df53c70c9
tree401c60cb2f0f0dadaed208bfd43a34260148f151
parentc3513c836e4c19cd7a2a7f691995fdef587cec72
target/openrisc: Add print_insn_or1k

Rather than emit disassembly while translating, reuse the
generated decoder to build a separate disassembler.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Stafford Horne <shorne@gmail.com>
target/openrisc/Makefile.objs
target/openrisc/cpu.c
target/openrisc/cpu.h
target/openrisc/disas.c [new file with mode: 0644]
target/openrisc/translate.c