host/i386: assume presence of CMOV
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 31 May 2024 08:14:48 +0000 (10:14 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 5 Jun 2024 09:01:05 +0000 (11:01 +0200)
commite68e97ce55b3d17af22dd62c3b3dc72f761b0862
treed0468606af6122d17fe061c97815426679e98731
parent294ac64e459aca023f43441651d860980c9784f1
host/i386: assume presence of CMOV

QEMU now requires an x86-64-v2 host, which always has CMOV.
Use it freely in TCG generated code.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
host/include/i386/host/cpuinfo.h
tcg/i386/tcg-target.c.inc
util/cpuinfo-i386.c