x86: warn about insns exceeding the 15-byte limit
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / avx-scalar-2.d
1 #as: -mavxscalar=256 -msse2avx
2 #objdump: -dw
3 #name: i386 VEX.128 scalar insns with -mavxscalar=256 -msse2avx
4
5 .*: +file format .*
6
7
8 Disassembly of section .text:
9
10 0+ <_start>:
11 +[a-f0-9]+: c5 f9 7e 21 vmovd %xmm4,\(%ecx\)
12 +[a-f0-9]+: c5 f9 7e e1 vmovd %xmm4,%ecx
13 +[a-f0-9]+: c5 f9 6e 21 vmovd \(%ecx\),%xmm4
14 +[a-f0-9]+: c5 f9 6e e1 vmovd %ecx,%xmm4
15 +[a-f0-9]+: c5 f9 7e 21 vmovd %xmm4,\(%ecx\)
16 +[a-f0-9]+: c5 f9 7e e1 vmovd %xmm4,%ecx
17 +[a-f0-9]+: c5 f9 6e 21 vmovd \(%ecx\),%xmm4
18 +[a-f0-9]+: c5 f9 6e e1 vmovd %ecx,%xmm4
19 +[a-f0-9]+: c5 f9 d6 21 vmovq %xmm4,\(%ecx\)
20 +[a-f0-9]+: c5 fa 7e 21 vmovq \(%ecx\),%xmm4
21 +[a-f0-9]+: c5 f9 d6 21 vmovq %xmm4,\(%ecx\)
22 +[a-f0-9]+: c5 fa 7e 21 vmovq \(%ecx\),%xmm4
23 +[a-f0-9]+: c5 fa 7e f4 vmovq %xmm4,%xmm6
24 #pass
This page took 0.037326 seconds and 4 git commands to generate.