x86: warn about insns exceeding the 15-byte limit
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-crc32.s
CommitLineData
20592a94 1# Check 64bit crc32 in SSE4.2
9344ff29
L
2
3 .text
4foo:
5
6crc32b (%rsi), %eax
7crc32b (%rsi), %rax
8crc32w (%rsi), %eax
9crc32l (%rsi), %eax
10crc32q (%rsi), %rax
9344ff29
L
11crc32 %al, %eax
12crc32b %al, %eax
13crc32 %al, %rax
14crc32b %al, %rax
15crc32 %ax, %eax
16crc32w %ax, %eax
17crc32 %eax, %eax
18crc32l %eax, %eax
19crc32 %rax, %rax
20crc32q %rax, %rax
21
22.intel_syntax noprefix
9344ff29 23crc32 rax,byte ptr [rsi]
9344ff29 24crc32 eax,byte ptr [rsi]
9344ff29 25crc32 eax, word ptr [rsi]
9344ff29 26crc32 eax,dword ptr [rsi]
9344ff29
L
27crc32 rax,qword ptr [rsi]
28crc32 eax,al
9344ff29 29crc32 rax,al
9344ff29 30crc32 eax, ax
9344ff29 31crc32 eax,eax
9344ff29 32crc32 rax,rax
9344ff29
L
33
34.p2align 4,0
This page took 0.571864 seconds and 4 git commands to generate.