Up version to 1.1, as the 1.1 binary was pushed to users today.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / arch-10.s
CommitLineData
6305a203
L
1# Test -march=
2 .text
3# cmov feature
4cmove %eax,%ebx
5# MMX
6paddb %mm4,%mm3
7# SSE
8addss %xmm4,%xmm3
9# SSE2
10addsd %xmm4,%xmm3
11# SSE3
12addsubpd %xmm4,%xmm3
13# SSSE3
14phaddw %xmm4,%xmm3
15# SSE4.1
16phminposuw %xmm1,%xmm3
17# SSE4.2
18crc32 %ecx,%ebx
19# VMX
20vmxoff
21# SMX
22getsec
23# 3DNow
24pmulhrw %mm4,%mm3
25# 3DNow Extensions
26pswapd %mm4,%mm3
27# SSE4a
28insertq %xmm2,%xmm1
29# SVME
30vmload
31# ABM
32lzcnt %ecx,%ebx
33# SSE5
34frczss %xmm2, %xmm1
35# PadLock
36xstorerng
This page took 0.027367 seconds and 4 git commands to generate.