]> git.proxmox.com Git - mirror_qemu.git/commit
target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, add AVX
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 5 Sep 2022 13:39:36 +0000 (15:39 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Oct 2022 11:58:04 +0000 (13:58 +0200)
commit1d0efbdb35f619db9178e862742335d7c472c1a4
treeab5de177881a20b3aa978471084713ec818c137a
parent92ec056a6b2fc5d5a5593121c5d9475d2a2461d6
target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, add AVX

These are more simple integer instructions present in both MMX and SSE/AVX,
with no holes that were later occupied by newer instructions.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/decode-new.c.inc
target/i386/tcg/emit.c.inc
target/i386/tcg/translate.c