On 8/25/22 15:14, Paolo Bonzini wrote:
From: Paul Brook<[email protected]>
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<[email protected]>
Message-Id:<[email protected]>
Signed-off-by: Paolo Bonzini<[email protected]>
---
target/i386/ops_sse.h | 48 ++++++++++++++++++------------------
target/i386/ops_sse_header.h | 48 ++++++++++++++++++------------------
target/i386/tcg/translate.c | 37 +++++++++++++--------------
3 files changed, 67 insertions(+), 66 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~