Re: [PULL 21/38] tcg/tci: Implement the disassembler properly

2021-05-15 Thread Richard Henderson
On 5/15/21 5:57 AM, Philippe Mathieu-Daudé wrote: +switch (op) { +case INDEX_op_br: +case INDEX_op_call: +case INDEX_op_exit_tb: +case INDEX_op_goto_tb: +tci_args_l(&tb_ptr, &ptr); +info->fprintf_func(info->stream, "%-12s %p", op_name, ptr); +break;

Re: [PULL 21/38] tcg/tci: Implement the disassembler properly

2021-05-15 Thread Philippe Mathieu-Daudé
Hi Richard, On 3/17/21 4:34 PM, Richard Henderson wrote: > 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é > Signed-off-by: Richard Henderson

[PULL 21/38] tcg/tci: Implement the disassembler properly

2021-03-17 Thread Richard Henderson
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é Signed-off-by: Richard Henderson --- meson.build | 2 +- include/tcg/tcg-opc.h | 2 -