]> www.infradead.org Git - qemu-nvme.git/commit
target/i386: Expand eflags updates inline
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 24 Oct 2022 06:16:30 +0000 (16:16 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 31 Oct 2022 21:31:41 +0000 (08:31 +1100)
commit631793308679cf0436cd7145a9ff318331c982c9
tree8a8db7c1bbbee4096b18b14171b07edaa211ff74
parentcfa29dd50611a0ecea9888818692290148773c0d
target/i386: Expand eflags updates inline

The helpers for reset_rf, cli, sti, clac, stac are
completely trivial; implement them inline.

Drop some nearby #if 0 code.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/i386/helper.h
target/i386/tcg/cc_helper.c
target/i386/tcg/translate.c