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