S/390: ifunc: Redirect local function calls to the IPLT.
[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 GAS LISTING .*
9
10
11 [ ]*1[ ]+\.include "sse-check\.s"
12 [ ]*1[ ]+\# Check SSE instructions
13 [ ]*2[ ]+
14 [ ]*3[ ]+\.text
15 [ ]*4[ ]+_start:
16 [ ]*5[ ]+
17 [ ]*6[ ]+\# SSE instruction
18 [ ]*7[ ]+\?\?\?\? 0F58CA addps %xmm2,%xmm1
19 .* Error: SSE instruction `addps' is used
20 [ ]*8[ ]+
21 [ ]*9[ ]+\# SSE2 instruction
22 [ ]*10[ ]+\?\?\?\? 660F58CA addpd %xmm2,%xmm1
23 .* Error: SSE instruction `addpd' is used
24 [ ]*11[ ]+
25 [ ]*12[ ]+\# SSE3 instruction
26 [ ]*13[ ]+\?\?\?\? 660FD0CA addsubpd %xmm2,%xmm1
27 .* Error: SSE instruction `addsubpd' is used
28 [ ]*14[ ]+
29 [ ]*15[ ]+\# SSSE3 instruction
30 [ ]*16[ ]+\?\?\?\? 660F3801 phaddw %xmm2,%xmm1
31 .* Error: SSE instruction `phaddw' is used
32 [ ]*16[ ]+CA
33 [ ]*17[ ]+
34 [ ]*18[ ]+\# SSE4 instructions
35 [ ]*19[ ]+\?\?\?\? 660F3815 blendvpd %xmm0,%xmm1,%xmm0
36 .* Error: SSE instruction `blendvpd' is used
37 [ ]*19[ ]+C1
38 [ ]*20[ ]+\?\?\?\? 660F3837 pcmpgtq %xmm1,%xmm0
39 .* Error: SSE instruction `pcmpgtq' is used
40 [ ]*20[ ]+C1
This page took 0.039583 seconds and 4 git commands to generate.