gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / rexw.d
1 #objdump: -dw
2 #name: x86-64 REX.W optimization
3
4 .*: +file format .*
5
6 Disassembly of section .text:
7
8 0+ <foo>:
9 [ ]*[a-f0-9]+: 66 0f 3a 17 c1 00 extractps \$0x0,%xmm0,%ecx
10 [ ]*[a-f0-9]+: 66 0f 50 ca movmskpd %xmm2,%ecx
11 [ ]*[a-f0-9]+: 0f 50 ca movmskps %xmm2,%ecx
12 [ ]*[a-f0-9]+: 66 0f 3a 14 c1 00 pextrb \$0x0,%xmm0,%ecx
13 [ ]*[a-f0-9]+: 0f c5 c8 00 pextrw \$0x0,%mm0,%ecx
14 [ ]*[a-f0-9]+: 66 0f c5 c8 00 pextrw \$0x0,%xmm0,%ecx
15 [ ]*[a-f0-9]+: 66 0f 3a 20 c1 00 pinsrb \$0x0,%ecx,%xmm0
16 [ ]*[a-f0-9]+: 66 0f c4 c1 00 pinsrw \$0x0,%ecx,%xmm0
17 [ ]*[a-f0-9]+: 0f c4 c1 00 pinsrw \$0x0,%ecx,%mm0
18 [ ]*[a-f0-9]+: 0f d7 c5 pmovmskb %mm5,%eax
19 [ ]*[a-f0-9]+: 66 0f d7 c5 pmovmskb %xmm5,%eax
20 [ ]*[a-f0-9]+: 66 0f 3a 17 c1 00 extractps \$0x0,%xmm0,%ecx
21 [ ]*[a-f0-9]+: 66 0f 50 ca movmskpd %xmm2,%ecx
22 [ ]*[a-f0-9]+: 0f 50 ca movmskps %xmm2,%ecx
23 [ ]*[a-f0-9]+: 66 0f 3a 14 c1 00 pextrb \$0x0,%xmm0,%ecx
24 [ ]*[a-f0-9]+: 0f c5 c8 00 pextrw \$0x0,%mm0,%ecx
25 [ ]*[a-f0-9]+: 66 0f c5 c8 00 pextrw \$0x0,%xmm0,%ecx
26 [ ]*[a-f0-9]+: 66 0f 3a 20 c1 00 pinsrb \$0x0,%ecx,%xmm0
27 [ ]*[a-f0-9]+: 0f c4 c1 00 pinsrw \$0x0,%ecx,%mm0
28 [ ]*[a-f0-9]+: 66 0f c4 c1 00 pinsrw \$0x0,%ecx,%xmm0
29 [ ]*[a-f0-9]+: 0f d7 cd pmovmskb %mm5,%ecx
30 [ ]*[a-f0-9]+: 66 0f d7 cd pmovmskb %xmm5,%ecx
31 #pass
This page took 0.031138 seconds and 4 git commands to generate.