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
32