gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / sse4_2.s
1 # Streaming SIMD extensions 4.2 Instructions
2
3 .text
4 foo:
5 crc32 (%ecx),%ebx
6 crc32 %cl,%ebx
7 crc32 %cx,%ebx
8 crc32 %ecx,%ebx
9 crc32b (%ecx),%ebx
10 crc32w (%ecx),%ebx
11 crc32l (%ecx),%ebx
12 crc32b %cl,%ebx
13 crc32w %cx,%ebx
14 crc32l %ecx,%ebx
15 pcmpgtq (%ecx),%xmm0
16 pcmpgtq %xmm1,%xmm0
17 pcmpestri $0x0,(%ecx),%xmm0
18 pcmpestri $0x0,%xmm1,%xmm0
19 pcmpestrm $0x1,(%ecx),%xmm0
20 pcmpestrm $0x1,%xmm1,%xmm0
21 pcmpistri $0x2,(%ecx),%xmm0
22 pcmpistri $0x2,%xmm1,%xmm0
23 pcmpistrm $0x3,(%ecx),%xmm0
24 pcmpistrm $0x3,%xmm1,%xmm0
25 popcnt (%ecx),%bx
26 popcnt (%ecx),%ebx
27 popcntw (%ecx),%bx
28 popcntl (%ecx),%ebx
29 popcnt %cx,%bx
30 popcnt %ecx,%ebx
31 popcntw %cx,%bx
32 popcntl %ecx,%ebx
33
34 .p2align 4,0
This page took 0.049738 seconds and 4 git commands to generate.