]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/tcg/i386: correct mask for VPERM2F128/VPERM2I128
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 10 May 2023 16:36:39 +0000 (18:36 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 4 Oct 2023 14:56:26 +0000 (17:56 +0300)
commit91fa1379791e44d4df706a6bf76c152c987cb477
tree53cfa487b079397dbf414f57af00fb475182b477
parentc9a2d122bfc274ea4ca4a460b7a0d0ee7499190d
tests/tcg/i386: correct mask for VPERM2F128/VPERM2I128

The instructions also use bits 3 and 7 of their 8-byte immediate.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 9e65829699f901c62a612316a2897f4ad8a27049)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
tests/tcg/i386/test-avx.py