gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / sse-check-error.l
1 .*: Assembler messages:
2 .*:7: Error: .*
3 .*:10: Error: .*
4 .*:13: Error: .*
5 .*:16: Error: .*
6 .*:19: Error: .*
7 .*:20: Error: .*
8 .*:26: Error: .*
9 .*:29: Error: .*
10 .*:32: Error: .*
11 .*:35: Error: .*
12 GAS LISTING .*
13
14
15 [ ]*1[ ]+\.include "sse-check\.s"
16 [ ]*1[ ]+\# Check SSE instructions
17 [ ]*2[ ]+
18 [ ]*3[ ]+\.text
19 [ ]*4[ ]+_start:
20 [ ]*5[ ]+
21 [ ]*6[ ]+\# SSE instruction
22 [ ]*7[ ]+\?\?\?\? 0F58CA addps %xmm2,%xmm1
23 .* Error: SSE instruction `addps' is used
24 [ ]*8[ ]+
25 [ ]*9[ ]+\# SSE2 instruction
26 [ ]*10[ ]+\?\?\?\? 660F58CA addpd %xmm2,%xmm1
27 .* Error: SSE instruction `addpd' is used
28 [ ]*11[ ]+
29 [ ]*12[ ]+\# SSE3 instruction
30 [ ]*13[ ]+\?\?\?\? 660FD0CA addsubpd %xmm2,%xmm1
31 .* Error: SSE instruction `addsubpd' is used
32 [ ]*14[ ]+
33 [ ]*15[ ]+\# SSSE3 instruction
34 [ ]*16[ ]+\?\?\?\? 660F3801 phaddw %xmm2,%xmm1
35 .* Error: SSE instruction `phaddw' is used
36 [ ]*16[ ]+CA
37 [ ]*17[ ]+
38 [ ]*18[ ]+\# SSE4 instructions
39 [ ]*19[ ]+\?\?\?\? 660F3815 blendvpd %xmm0,%xmm1,%xmm0
40 .* Error: SSE instruction `blendvpd' is used
41 [ ]*19[ ]+C1
42 [ ]*20[ ]+\?\?\?\? 660F3837 pcmpgtq %xmm1,%xmm0
43 .* Error: SSE instruction `pcmpgtq' is used
44 [ ]*20[ ]+C1
45 [ ]*21[ ]+
46 [ ]*22[ ]+\# SSE4a instruction.*
47 [ ]*23[ ]+\?\?\?\? 660F78C0 extrq \$0, \$0, %xmm0
48 [ ]*23[ ]+0000
49 [ ]*24[ ]+
50 [ ]*25[ ]+\# PCMUL instruction
51 [ ]*26[ ]+\?\?\?\? 660F3A44 pclmulqdq \$-1,%xmm1,%xmm2
52 .* Error: SSE instruction `pclmulqdq' is used
53 [ ]*26[ ]+D1FF
54 [ ]*27[ ]+
55 [ ]*28[ ]+\# AES instructions
56 [ ]*29[ ]+\?\?\?\? 660F38DE aesdec %xmm1,%xmm2
57 .* Error: SSE instruction `aesdec' is used
58 [ ]*29[ ]+D1
59 [ ]*30[ ]+
60 [ ]*31[ ]+\# SHA instruction
61 [ ]*32[ ]+\?\?\?\? 0F38C8C0 sha1nexte %xmm0, %xmm0
62 .* Error: SSE instruction `sha1nexte' is used
63 [ ]*33[ ]+
64 [ ]*34[ ]+\# GFNI instructions
65 [ ]*35[ ]+\?\?\?\? 660F38CF gf2p8mulb %xmm1,%xmm2
66 .* Error: SSE instruction `gf2p8mulb' is used
67 [ ]*35[ ]+D1
68 [ ]*36[ ]+\?\?\?\? 62F27D09 vgf2p8mulb %xmm0, %xmm0, %xmm0\{%k1\}
69 [ ]*36[ ]+CFC0
70 [ ]*37[ ]+\?\?\?\? 62F27D48 vgf2p8mulb %zmm0, %zmm0, %zmm0
71 [ ]*37[ ]+CFC0
72 \fGAS LISTING .*
73
74
This page took 0.044616 seconds and 4 git commands to generate.