Re: [PATCH 6/7] target/i386: Introduce cpu_compute_eflags_ccop

2024-04-18 Thread Pierrick Bouvier
On 4/15/24 21:06, Richard Henderson wrote: This is a generalization of cpu_compute_eflags, with a dynamic value of cc_op, and is thus tcg specific. Signed-off-by: Richard Henderson --- target/i386/cpu.h | 2 ++ target/i386/tcg/cc_helper.c | 10 ++ 2 files changed, 12

[PATCH 6/7] target/i386: Introduce cpu_compute_eflags_ccop

2024-04-15 Thread Richard Henderson
This is a generalization of cpu_compute_eflags, with a dynamic value of cc_op, and is thus tcg specific. Signed-off-by: Richard Henderson --- target/i386/cpu.h | 2 ++ target/i386/tcg/cc_helper.c | 10 ++ 2 files changed, 12 insertions(+) diff --git a/target/i386/cpu.h