[binutils][arm] arm support for ARMv8.m Custom Datapath Extension
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-avx-scalar-2.s
1 # Check VEX.128 scalar instructions with -mavxscalar=256 -msse2avx
2
3 .allow_index_reg
4 .text
5 _start:
6 movd %xmm4,(%rcx)
7 movd %xmm4,%ecx
8 movd (%rcx),%xmm4
9 movd %ecx,%xmm4
10
11 movd %rcx,%xmm4
12 movd %xmm4,%rcx
13
14 movq %xmm4,(%rcx)
15 movq %xmm4,%rcx
16 movq (%rcx),%xmm4
17 movq %rcx,%xmm4
18
19 vmovd %xmm4,(%rcx)
20 vmovd %xmm4,%ecx
21 vmovd (%rcx),%xmm4
22 vmovd %ecx,%xmm4
23
24 vmovd %xmm4,%rcx
25 vmovd %rcx,%xmm4
26
27 vmovq %xmm4,(%rcx)
28 vmovq %xmm4,%rcx
29 vmovq (%rcx),%xmm4
30 vmovq %rcx,%xmm4
31 vmovq %xmm4,%xmm6
This page took 0.030399 seconds and 4 git commands to generate.