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 %cl,%ebx
6 crc32 %cx,%ebx
7 crc32 %ecx,%ebx
8 crc32b (%ecx),%ebx
9 crc32w (%ecx),%ebx
10 crc32l (%ecx),%ebx
11 crc32b %cl,%ebx
12 crc32w %cx,%ebx
13 crc32l %ecx,%ebx
14 pcmpgtq (%ecx),%xmm0
15 pcmpgtq %xmm1,%xmm0
16 pcmpestri $0x0,(%ecx),%xmm0
17 pcmpestri $0x0,%xmm1,%xmm0
18 pcmpestrm $0x1,(%ecx),%xmm0
19 pcmpestrm $0x1,%xmm1,%xmm0
20 pcmpistri $0x2,(%ecx),%xmm0
21 pcmpistri $0x2,%xmm1,%xmm0
22 pcmpistrm $0x3,(%ecx),%xmm0
23 pcmpistrm $0x3,%xmm1,%xmm0
24 popcnt (%ecx),%bx
25 popcnt (%ecx),%ebx
26 popcntw (%ecx),%bx
27 popcntl (%ecx),%ebx
28 popcnt %cx,%bx
29 popcnt %ecx,%ebx
30 popcntw %cx,%bx
31 popcntl %ecx,%ebx
32
33 .p2align 4,0
This page took 0.032571 seconds and 4 git commands to generate.