Re: [PATCH v2 13/23] target/i386: Introduce DISAS_JUMP

2022-09-21 Thread Richard Henderson
On 9/21/22 12:28, Paolo Bonzini wrote: On Tue, Sep 6, 2022 at 12:09 PM Richard Henderson wrote: Drop the unused dest argument to gen_jr(). Remove most of the calls to gen_jr, and use DISAS_JUMP. Remove some unused loads of eip for lcall and ljmp. The only use outside i386_tr_tb_stop is

Re: [PATCH v2 13/23] target/i386: Introduce DISAS_JUMP

2022-09-21 Thread Paolo Bonzini
On Tue, Sep 6, 2022 at 12:09 PM Richard Henderson wrote: > > Drop the unused dest argument to gen_jr(). > Remove most of the calls to gen_jr, and use DISAS_JUMP. > Remove some unused loads of eip for lcall and ljmp. The only use outside i386_tr_tb_stop is here: static void

[PATCH v2 13/23] target/i386: Introduce DISAS_JUMP

2022-09-06 Thread Richard Henderson
Drop the unused dest argument to gen_jr(). Remove most of the calls to gen_jr, and use DISAS_JUMP. Remove some unused loads of eip for lcall and ljmp. Signed-off-by: Richard Henderson --- target/i386/tcg/translate.c | 24 +--- 1 file changed, 13 insertions(+), 11