i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / crc32.s
CommitLineData
9344ff29
L
1# Check crc32 in SSE4.2
2
3 .text
4foo:
5
6crc32b (%esi), %eax
7crc32w (%esi), %eax
8crc32l (%esi), %eax
9344ff29
L
9crc32 %al, %eax
10crc32b %al, %eax
11crc32 %ax, %eax
12crc32w %ax, %eax
13crc32 %eax, %eax
14crc32l %eax, %eax
15
16.intel_syntax noprefix
9344ff29 17crc32 eax,byte ptr [esi]
9344ff29 18crc32 eax, word ptr [esi]
9344ff29
L
19crc32 eax,dword ptr [esi]
20crc32 eax,al
9344ff29 21crc32 eax, ax
9344ff29 22crc32 eax,eax
9344ff29
L
23
24.p2align 4,0
This page took 0.561349 seconds and 4 git commands to generate.