qemu/target/i386/tcg
Paolo Bonzini 64ddadc6bb target/i386: cc_op is not dynamic in gen_jcc1
Resetting cc_op to CC_OP_DYNAMIC should be done at control flow junctions,
which is not the case here.  This translation block is ending and the
only effect of calling set_cc_op() would be a discard of s->cc_srcT.
This discard is useless (it's a temporary, not a global) and in fact
prevents gen_prepare_cc from returning s->cc_srcT.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2024-05-07 08:51:17 +02:00
..
sysemu exec/cpu: Extract page-protection definitions to page-protection.h 2024-05-06 11:17:15 +02:00
user
bpt_helper.c
cc_helper_template.h.inc
cc_helper.c
decode-new.c.inc
decode-new.h
emit.c.inc target/i386: use TSTEQ/TSTNE to test low bits 2024-05-07 08:50:39 +02:00
excp_helper.c
fpu_helper.c target/i386: Include missing 'exec/exec-all.h' header 2024-04-26 15:31:37 +02:00
helper-tcg.h target/i386: Extract x86_cpu_exec_halt() from accel/tcg/ 2024-01-29 21:04:10 +10:00
int_helper.c
mem_helper.c
meson.build
misc_helper.c
mpx_helper.c
ops_sse_header.h.inc
seg_helper.c
seg_helper.h
shift_helper_template.h.inc
tcg-cpu.c target/i386: Extract x86_cpu_exec_halt() from accel/tcg/ 2024-01-29 21:04:10 +10:00
tcg-cpu.h
tcg-stub.c
translate.c target/i386: cc_op is not dynamic in gen_jcc1 2024-05-07 08:51:17 +02:00