x86: Set EVex=2 on EVEX.128 only vmovd and vmovq
[external/binutils.git] / gas / testsuite / gas / i386 / x86-64-evex-lig-2.s
1 # Check EVEX non-LIG instructions with with -mevexlig=256
2
3         .allow_index_reg
4         .text
5 _start:
6         {evex} vmovd %xmm4,(%rcx)
7         {evex} vmovd %xmm4,%ecx
8         {evex} vmovd (%rcx),%xmm4
9         {evex} vmovd %ecx,%xmm4
10
11         {evex} vmovq %xmm4,(%rcx)
12         {evex} vmovq %xmm4,%rcx
13         {evex} vmovq (%rcx),%xmm4
14         {evex} vmovq %rcx,%xmm4
15         {evex} vmovq %xmm4,%xmm6