x86: Set EVex=2 on EVEX.128 only vmovd and vmovq
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-evex-lig-2.s
CommitLineData
04e2a182
L
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
This page took 0.027061 seconds and 4 git commands to generate.