Fixes implementation of hardware multiply/divide peripheral in RL78 G13 cores.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inval-crc32.l
1 .*: Assembler messages:
2 .*:6: Error: .*
3 .*:7: Error: .*
4 .*:8: Error: .*
5 .*:9: Error: .*
6 .*:10: Error: .*
7 .*:11: Error: .*
8 .*:12: Error: .*
9 .*:13: Error: .*
10 .*:14: Error: .*
11 .*:17: Error: .*
12 .*:18: Error: .*
13 .*:19: Error: .*
14 .*:20: Error: .*
15 .*:21: Error: .*
16 .*:22: Error: .*
17 .*:23: Error: .*
18 GAS LISTING .*
19
20
21 [ ]*1[ ]+\# Check illegal crc32 in SSE4\.2
22 [ ]*2[ ]+
23 [ ]*3[ ]+\.text
24 [ ]*4[ ]+foo:
25 [ ]*5[ ]+
26 [ ]*6[ ]+crc32b \(%esi\), %al
27 [ ]*7[ ]+crc32w \(%esi\), %ax
28 [ ]*8[ ]+crc32 \(%esi\), %al
29 [ ]*9[ ]+crc32 \(%esi\), %ax
30 [ ]*10[ ]+crc32 \(%esi\), %eax
31 [ ]*11[ ]+crc32 %al, %al
32 [ ]*12[ ]+crc32b %al, %al
33 [ ]*13[ ]+crc32 %ax, %ax
34 [ ]*14[ ]+crc32w %ax, %ax
35 [ ]*15[ ]+
36 [ ]*16[ ]+\.intel_syntax noprefix
37 [ ]*17[ ]+crc32 al,byte ptr \[esi\]
38 [ ]*18[ ]+crc32 ax, word ptr \[esi\]
39 [ ]*19[ ]+crc32 al, \[esi\]
40 [ ]*20[ ]+crc32 ax, \[esi\]
41 [ ]*21[ ]+crc32 eax, \[esi\]
42 [ ]*22[ ]+crc32 al,al
43 [ ]*23[ ]+crc32 ax, ax
This page took 0.031123 seconds and 4 git commands to generate.