]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: Add size suffix to vector FP helpers
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 26 Aug 2022 22:49:31 +0000 (00:49 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 1 Sep 2022 18:16:33 +0000 (20:16 +0200)
commitce4fa29f949595666ecea52eadc84ca899ccf2a4
treeb9c3281300c0a6181669efdcb4186d9d027f8ff7
parentd7a851f89ac60379087b7d29c4ba09e1c6e11265
target/i386: Add size suffix to vector FP helpers

For AVX we're going to need both 128 bit (xmm) and 256 bit (ymm) variants of
floating point helpers. Add the register type suffix to the existing
*PS and *PD helpers (SS and SD variants are only valid on 128 bit vectors)

No functional changes.

Signed-off-by: Paul Brook <paul@nowt.org>
Message-Id: <20220424220204.2493824-15-paul@nowt.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/ops_sse.h
target/i386/ops_sse_header.h
target/i386/tcg/translate.c