i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-inval-crc32.s
CommitLineData
20592a94
L
1# Check illegal 64bit crc32 in SSE4.2
2
3 .text
4foo:
5
6crc32b (%rsi), %al
7crc32w (%rsi), %ax
8crc32 (%rsi), %al
9crc32 (%rsi), %ax
10crc32 (%rsi), %eax
11crc32 (%rsi), %rax
12crc32 %al, %al
13crc32b %al, %al
14crc32 %ax, %ax
15crc32w %ax, %ax
16crc32 %rax, %eax
17crc32 %eax, %rax
18crc32l %rax, %eax
19crc32l %eax, %rax
20crc32q %eax, %rax
21crc32q %rax, %eax
22
23.intel_syntax noprefix
24crc32 al,byte ptr [rsi]
25crc32 ax, word ptr [rsi]
26crc32 rax,word ptr [rsi]
27crc32 rax,dword ptr [rsi]
28crc32 al,[rsi]
29crc32 ax,[rsi]
30crc32 eax,[rsi]
31crc32 rax,[rsi]
32crc32 al,al
33crc32 ax, ax
34crc32 rax,eax
This page took 0.677459 seconds and 4 git commands to generate.