[Qemu-devel] [PATCH 06/57] target-i386: drop cc_op argument of gen_jcc1

2013-02-19 Thread Richard Henderson
From: 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 Signed-of

[Qemu-devel] [PATCH 06/57] target-i386: drop cc_op argument of gen_jcc1

2013-01-23 Thread Richard Henderson
From: 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 Signed-of