x86: Add tests for -n option of x86 assembler
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-sse-check-none.d
CommitLineData
cb19c032
L
1#source: sse-check-none.s
2#as: -msse-check=error
3#objdump: -dw
4#name: x86-64 SSE check (.sse_check none)
5
6.*: file format .*
7
8Disassembly of section .text:
9
100+ <_start>:
11[ ]*[a-f0-9]+: 0f 58 ca addps %xmm2,%xmm1
12[ ]*[a-f0-9]+: 66 0f 58 ca addpd %xmm2,%xmm1
13[ ]*[a-f0-9]+: 66 0f d0 ca addsubpd %xmm2,%xmm1
14[ ]*[a-f0-9]+: 66 0f 38 01 ca phaddw %xmm2,%xmm1
15[ ]*[a-f0-9]+: 66 0f 38 15 c1 blendvpd %xmm0,%xmm1,%xmm0
16[ ]*[a-f0-9]+: 66 0f 38 37 c1 pcmpgtq %xmm1,%xmm0
17#pass
This page took 0.887124 seconds and 4 git commands to generate.