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