x86: add missing 64-bit tests for "don't ignore mandatory pseudo prefixes"

Commit da4977e00b added the 32-bit test files, but failed to add the
64-bit ones.
This commit is contained in:
Jan Beulich 2020-06-09 11:28:15 +02:00
parent a61e306070
commit 6778f1c485
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2020-06-09 Jan Beulich <jbeulich@suse.com>
* testsuite/gas/i386/x86-64-pseudos-bad.s,
testsuite/gas/i386/x86-64-pseudos-bad.l: New.
2020-06-09 Jan Beulich <jbeulich@suse.com>
* testsuite/gas/i386/prefix.s: Add bogus prefix-with-VEX/EVEX

View File

@ -0,0 +1,3 @@
.*: Assembler messages:
.*:3: Error: .*`vmovaps'.*
.*:4: Error: .*`vmovaps'.*

View File

@ -0,0 +1,4 @@
.text
pseudos:
{vex} vmovaps %xmm0, %xmm30
{vex3} vmovaps %xmm30, %xmm0