Fix AMDFAM10 POPCNT instruction
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-amdfam10.d
1 #objdump: -dw
2 #name: x86-64 amdfam10
3
4 .*: +file format .*
5
6 Disassembly of section .text:
7
8 0+000 <foo>:
9 0: f3 48 0f bd 19[ ]+lzcnt \(%rcx\),%rbx
10 5: f3 0f bd 19[ ]+lzcnt \(%rcx\),%ebx
11 9: f3 66 0f bd 19[ ]+lzcnt \(%rcx\),%bx
12 e: f3 48 0f bd d9[ ]+lzcnt %rcx,%rbx
13 13: f3 0f bd d9[ ]+lzcnt %ecx,%ebx
14 17: f3 66 0f bd d9[ ]+lzcnt %cx,%bx
15 1c: f3 48 0f b8 19[ ]+popcnt \(%rcx\),%rbx
16 21: f3 0f b8 19[ ]+popcnt \(%rcx\),%ebx
17 25: f3 66 0f b8 19[ ]+popcnt \(%rcx\),%bx
18 2a: f3 48 0f b8 d9[ ]+popcnt %rcx,%rbx
19 2f: f3 0f b8 d9[ ]+popcnt %ecx,%ebx
20 33: f3 66 0f b8 d9[ ]+popcnt %cx,%bx
21 38: 66 0f 79 ca[ ]+extrq %xmm2,%xmm1
22 3c: 66 0f 78 c1 02 04[ ]+extrq \$0x4,\$0x2,%xmm1
23 42: f2 0f 79 ca[ ]+insertq %xmm2,%xmm1
24 46: f2 0f 78 ca 02 04[ ]+insertq \$0x4,\$0x2,%xmm2,%xmm1
25 4c: f2 0f 2b 09[ ]+movntsd %xmm1,\(%rcx\)
26 50: f3 0f 2b 09[ ]+movntss %xmm1,\(%rcx\)
27 ...
This page took 0.031366 seconds and 5 git commands to generate.