i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / avx-scalar-2.s
CommitLineData
d5f787c2
L
1# Check VEX.128 scalar instructions with -mavxscalar=256 -msse2avx
2
3 .allow_index_reg
4 .text
5_start:
6
7 movd %xmm4,(%ecx)
8 movd %xmm4,%ecx
9 movd (%ecx),%xmm4
10 movd %ecx,%xmm4
11
12 vmovd %xmm4,(%ecx)
13 vmovd %xmm4,%ecx
14 vmovd (%ecx),%xmm4
15 vmovd %ecx,%xmm4
16
17 movq %xmm4,(%ecx)
18 movq (%ecx),%xmm4
19 vmovq %xmm4,(%ecx)
20 vmovq (%ecx),%xmm4
21
22 vmovq %xmm4,%xmm6
This page took 0.079277 seconds and 4 git commands to generate.