[Qemu-devel] [PATCH 37/57] target-i386: introduce gen_jcc1_noeob

2013-02-19 Thread Richard Henderson
A jump that ends a basic block or otherwise falls back to CC_OP_DYNAMIC will always have to call gen_op_set_cc_op. However, not all jumps end a basic block, so introduce a variant that does not do this. This was partially undone earlier (i386: drop cc_op argument of gen_jcc1), redo it now also to

[Qemu-devel] [PATCH 37/57] target-i386: introduce gen_jcc1_noeob

2013-01-23 Thread Richard Henderson
A jump that ends a basic block or otherwise falls back to CC_OP_DYNAMIC will always have to call gen_op_set_cc_op. However, not all jumps end a basic block, so introduce a variant that does not do this. This was partially undone earlier (i386: drop cc_op argument of gen_jcc1), redo it now also to