tcg/tci: Implement the disassembler properly
commit59964b4f98c74921d184d0d1119efcd055ce2881
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 31 Jan 2021 01:48:19 +0000 (30 17:48 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 17 Mar 2021 13:24:44 +0000 (17 07:24 -0600)
tree706a0cf125d34b9cb0f1b0978aa0178d5b60d58f
parent65f1b6cc9a902560e5fcd9688fe8ffe44004ad33
tcg/tci: Implement the disassembler properly

Actually print arguments as opposed to simply the opcodes
and, uselessly, the argument counts.  Reuse all of the helpers
developed as part of the interpreter.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
disas/tci.c [deleted file]
include/tcg/tcg-opc.h
meson.build
tcg/tci.c