target/i386: Simplify POPF
commit3e7da311d75c4fb8e7fd9b68e95508b052587e75
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 23:24:35 +0000 (25 13:24 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Mar 2023 21:45:31 +0000 (5 13:45 -0800)
treebfbf4d2a7ee74b7c68e0121b517a366783b78339
parent3b10fd8f09185b389ecbe56d2b246bb10248d76d
target/i386: Simplify POPF

Compute the eflags write mask separately, leaving one call
to the helper.  Use tcg_constant_i32.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/i386/tcg/translate.c