~terry.guo/+junk/xbinutils

« back to all changes in this revision

Viewing changes to src/binutils/gas/testsuite/gas/i386/ilp32/x86-64-sse-check-warn.d

  • Committer: Terry Guo
  • Date: 2012-09-05 06:50:40 UTC
  • Revision ID: terry.guo@arm.com-20120905065040-430c6mhm9b11a6r6
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#source: ../sse-check.s
 
2
#stderr: ../sse-check-warn.e
 
3
#as: -msse-check=warning
 
4
#objdump: -dw
 
5
#name: x86-64 (ILP32) SSE check (warning)
 
6
 
 
7
.*:     file format .*
 
8
 
 
9
Disassembly of section .text:
 
10
 
 
11
0+ <_start>:
 
12
[       ]*[a-f0-9]+:    0f 58 ca                addps  %xmm2,%xmm1
 
13
[       ]*[a-f0-9]+:    66 0f 58 ca             addpd  %xmm2,%xmm1
 
14
[       ]*[a-f0-9]+:    66 0f d0 ca             addsubpd %xmm2,%xmm1
 
15
[       ]*[a-f0-9]+:    66 0f 38 01 ca          phaddw %xmm2,%xmm1
 
16
[       ]*[a-f0-9]+:    66 0f 38 15 c1          blendvpd %xmm0,%xmm1,%xmm0
 
17
[       ]*[a-f0-9]+:    66 0f 38 37 c1          pcmpgtq %xmm1,%xmm0
 
18
#pass