gas: Adjust x86 tests for PECOFF
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-inval-crc32.l
CommitLineData
20592a94
L
1.*: Assembler messages:
2.*:6: Error: .*
3.*:7: Error: .*
4.*:8: Error: .*
5.*:9: Error: .*
1a035124
JB
6.*:10: Warning: .*
7.*:11: Warning: .*
20592a94
L
8.*:12: Error: .*
9.*:13: Error: .*
10.*:14: Error: .*
11.*:15: Error: .*
12.*:16: Error: .*
13.*:17: Error: .*
14.*:18: Error: .*
15.*:19: Error: .*
16.*:20: Error: .*
17.*:21: Error: .*
18.*:24: Error: .*
19.*:25: Error: .*
20.*:26: Error: .*
21.*:27: Error: .*
22.*:28: Error: .*
23.*:29: Error: .*
24.*:30: Error: .*
25.*:31: Error: .*
26.*:32: Error: .*
27.*:33: Error: .*
28.*:34: Error: .*
29GAS LISTING .*
30
31
32[ ]*1[ ]+\# Check illegal 64bit crc32 in SSE4\.2
33[ ]*2[ ]+
34[ ]*3[ ]+\.text
35[ ]*4[ ]+foo:
36[ ]*5[ ]+
37[ ]*6[ ]+crc32b \(%rsi\), %al
38[ ]*7[ ]+crc32w \(%rsi\), %ax
39[ ]*8[ ]+crc32 \(%rsi\), %al
40[ ]*9[ ]+crc32 \(%rsi\), %ax
1a035124
JB
41[ ]*10[ ]+\?\?\?\? F20F38F1[ ]+crc32 \(%rsi\), %eax
42\*\*\*\* Warning: .* `crc32'
43[ ]*10[ ]+06
44[ ]*11[ ]+\?\?\?\? F2480F38[ ]+crc32 \(%rsi\), %rax
45\*\*\*\* Warning: .* `crc32'
46[ ]*11[ ]+F106
20592a94
L
47[ ]*12[ ]+crc32 %al, %al
48[ ]*13[ ]+crc32b %al, %al
49[ ]*14[ ]+crc32 %ax, %ax
50[ ]*15[ ]+crc32w %ax, %ax
51[ ]*16[ ]+crc32 %rax, %eax
52[ ]*17[ ]+crc32 %eax, %rax
53[ ]*18[ ]+crc32l %rax, %eax
54[ ]*19[ ]+crc32l %eax, %rax
55[ ]*20[ ]+crc32q %eax, %rax
56[ ]*21[ ]+crc32q %rax, %eax
57[ ]*22[ ]+
58[ ]*23[ ]+\.intel_syntax noprefix
59[ ]*24[ ]+crc32 al,byte ptr \[rsi\]
60[ ]*25[ ]+crc32 ax, word ptr \[rsi\]
61[ ]*26[ ]+crc32 rax,word ptr \[rsi\]
62[ ]*27[ ]+crc32 rax,dword ptr \[rsi\]
63[ ]*28[ ]+crc32 al,\[rsi\]
64[ ]*29[ ]+crc32 ax,\[rsi\]
65[ ]*30[ ]+crc32 eax,\[rsi\]
66[ ]*31[ ]+crc32 rax,\[rsi\]
67[ ]*32[ ]+crc32 al,al
68[ ]*33[ ]+crc32 ax, ax
69[ ]*34[ ]+crc32 rax,eax
e3ed17f3
JB
70[ ]*35[ ]*
71#pass
This page took 0.613336 seconds and 4 git commands to generate.