i386: Check for reserved VEX.vvvv and EVEX.vvvv
[external/binutils.git] / gas / testsuite / gas / i386 / enqcmd-inval.s
1 # Check error for ENQCMD[S] 32-bit instructions
2
3         .allow_index_reg
4         .text
5 _start:
6         enqcmd (%si),%eax
7         enqcmd (%esi),%ax
8         enqcmds (%si),%eax
9         enqcmds (%esi),%ax
10
11         .intel_syntax noprefix
12         enqcmd eax,[si]
13         enqcmd ax,[esi]
14         enqcmds eax,[si]
15         enqcmds ax,[esi]