On 9/20/22 17:24, Paolo Bonzini wrote:
The more complicated operations here are insertions and extractions.
Otherwise, there are just more entries than usual because the PS/PD/SS/SD
variations are encoded in the opcode rater than in the prefixes.

These three-byte opcodes also include AVX new instructions, whose
implementation in the helpers was originally done by Paul Brook
<p...@nowt.org>.

Signed-off-by: Paolo Bonzini<pbonz...@redhat.com>
---
  target/i386/ops_sse.h            |  95 ++++++++++
  target/i386/ops_sse_header.h     |  10 +
  target/i386/tcg/decode-new.c.inc |  75 ++++++++
  target/i386/tcg/emit.c.inc       | 309 +++++++++++++++++++++++++++++++
  target/i386/tcg/translate.c      |   3 +-
  5 files changed, 491 insertions(+), 1 deletion(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to