Add amdfam10 instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / amdfam10.s
1 #AMDFAM10 New Instructions
2
3 .text
4 foo:
5 lzcnt (%ecx),%ebx
6 lzcnt (%ecx),%bx
7 lzcnt %ecx,%ebx
8 lzcnt %cx,%bx
9 popcnt (%ecx),%ebx
10 popcnt (%ecx),%bx
11 popcnt %ecx,%ebx
12 popcnt %cx,%bx
13 extrq %xmm2,%xmm1
14 extrq $4,$2,%xmm1
15 insertq %xmm2,%xmm1
16 insertq $4,$2,%xmm2,%xmm1
17 movntsd %xmm1,(%ecx)
18 movntss %xmm1,(%ecx)
This page took 0.030295 seconds and 4 git commands to generate.