Re: [Qemu-devel] [PATCH 04/14] i386: drop cc_op argument of gen_jcc1

2012-10-09 Thread Richard Henderson
On 10/06/2012 05:30 AM, Paolo Bonzini wrote: > As in the gen_repz_scas/gen_repz_cmps case, delay setting > CC_OP_DYNAMIC in gen_jcc until after code generation. All of > gen_jcc1/is_fast_jcc/gen_setcc_slow_T0 now work on s->cc_op, which makes > things a bit easier to follow and to patch. > > Sign

[Qemu-devel] [PATCH 04/14] i386: drop cc_op argument of gen_jcc1

2012-10-06 Thread Paolo Bonzini
As in the gen_repz_scas/gen_repz_cmps case, delay setting CC_OP_DYNAMIC in gen_jcc until after code generation. All of gen_jcc1/is_fast_jcc/gen_setcc_slow_T0 now work on s->cc_op, which makes things a bit easier to follow and to patch. Signed-off-by: Paolo Bonzini --- target-i386/translate.c |