Re: [PATCH 22/70] target/i386: Simplify POPF

2023-02-27 Thread Philippe Mathieu-Daudé
On 27/2/23 06:41, Richard Henderson wrote: Compute the eflags write mask separately, leaving one call to the helper. Use tcg_constant_i32. Signed-off-by: Richard Henderson --- target/i386/tcg/translate.c | 55 - 1 file changed, 11 insertions(+), 44 deleti

[PATCH 22/70] target/i386: Simplify POPF

2023-02-26 Thread Richard Henderson
Compute the eflags write mask separately, leaving one call to the helper. Use tcg_constant_i32. Signed-off-by: Richard Henderson --- target/i386/tcg/translate.c | 55 - 1 file changed, 11 insertions(+), 44 deletions(-) diff --git a/target/i386/tcg/translate.