diff options
author | Jan Beulich <jbeulich@suse.com> | 2024-02-16 10:19:11 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2024-02-16 10:19:11 +0100 |
commit | 9405f24b8ee450d3970bda97ff057491f9709aca (patch) | |
tree | 6b61074239af980d60ea6287a9773c239ad8e5ae /gas | |
parent | 73f55087a4859285cc48ff41a34b55209aaae6c2 (diff) | |
download | gdb-9405f24b8ee450d3970bda97ff057491f9709aca.zip gdb-9405f24b8ee450d3970bda97ff057491f9709aca.tar.gz gdb-9405f24b8ee450d3970bda97ff057491f9709aca.tar.bz2 |
x86: don't use VexWIG in SSE2AVX templates
Several years ago it was decided that SSE2AVX templates should not be
sensitive to -mvexwig= (upon my suggestion to consistently make all
sensitive as long as they don't require a specific setting of VEX.W).
Adjust the four that still are, switching to use of Vex128 at the same
time.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/i386/x86-64-sse2avx.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/testsuite/gas/i386/x86-64-sse2avx.d b/gas/testsuite/gas/i386/x86-64-sse2avx.d index ea68c7d..18036fb 100644 --- a/gas/testsuite/gas/i386/x86-64-sse2avx.d +++ b/gas/testsuite/gas/i386/x86-64-sse2avx.d @@ -655,7 +655,7 @@ Disassembly of section .text: [ ]*[a-f0-9]+: c5 f9 50 cc vmovmskpd %xmm4,%ecx [ ]*[a-f0-9]+: c5 f8 50 cc vmovmskps %xmm4,%ecx [ ]*[a-f0-9]+: c5 f9 d7 cc vpmovmskb %xmm4,%ecx -[ ]*[a-f0-9]+: c4 e3 79 17 e1 64 vextractps \$0x64,%xmm4,%ecx +[ ]*[a-f0-9]+: c4 e3 f9 17 e1 64 vextractps \$0x64,%xmm4,%ecx [ ]*[a-f0-9]+: c4 e3 79 17 21 64 vextractps \$0x64,%xmm4,\(%rcx\) [ ]*[a-f0-9]+: c4 e3 79 16 e1 64 vpextrd \$0x64,%xmm4,%ecx [ ]*[a-f0-9]+: c4 e3 79 16 21 64 vpextrd \$0x64,%xmm4,\(%rcx\) @@ -1291,7 +1291,7 @@ Disassembly of section .text: [ ]*[a-f0-9]+: c5 f9 50 cc vmovmskpd %xmm4,%ecx [ ]*[a-f0-9]+: c5 f8 50 cc vmovmskps %xmm4,%ecx [ ]*[a-f0-9]+: c5 f9 d7 cc vpmovmskb %xmm4,%ecx -[ ]*[a-f0-9]+: c4 e3 79 17 e1 64 vextractps \$0x64,%xmm4,%ecx +[ ]*[a-f0-9]+: c4 e3 f9 17 e1 64 vextractps \$0x64,%xmm4,%ecx [ ]*[a-f0-9]+: c4 e3 79 17 21 64 vextractps \$0x64,%xmm4,\(%rcx\) [ ]*[a-f0-9]+: c4 e3 79 16 e1 64 vpextrd \$0x64,%xmm4,%ecx [ ]*[a-f0-9]+: c4 e3 79 16 21 64 vpextrd \$0x64,%xmm4,\(%rcx\) |