]> Git Repo - qemu.git/commit - target/i386/translate.c
target-i386: drop cc_op argument of gen_jcc1
authorPaolo Bonzini <[email protected]>
Fri, 5 Oct 2012 23:36:45 +0000 (01:36 +0200)
committerRichard Henderson <[email protected]>
Mon, 18 Feb 2013 23:03:55 +0000 (15:03 -0800)
commitb27fc131fe8dc18924904e4dd0b82dfd77dc51c7
treede631dc5598d2f9073b4b1b155b234336a9c6d1f
parent91642ff80607ad90c66ba044fe91e4a53b09bdbb
target-i386: drop cc_op argument of gen_jcc1

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 <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
target-i386/translate.c
This page took 0.025007 seconds and 4 git commands to generate.