x86: Optimize EVEX vector load/store instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-optimize-4.s
CommitLineData
b6f8c7c4
L
1# Check 64bit instructions with optimized encoding
2
3 .allow_index_reg
4 .text
5_start:
6 {nooptimize} testl $0x7f, %eax
97ed31ae
L
7
8 {nooptimize} vmovdqa32 %ymm1, %ymm2
9 {nooptimize} vmovdqa64 %ymm1, %ymm2
10 {nooptimize} vmovdqu8 %xmm1, %xmm2
11 {nooptimize} vmovdqu16 %xmm1, %xmm2
12 {nooptimize} vmovdqu32 %xmm1, %xmm2
13 {nooptimize} vmovdqu64 %xmm1, %xmm2
This page took 0.074454 seconds and 4 git commands to generate.