x86: drop SSE4a from SSE check again
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / sse-check.s
1 # Check SSE instructions
2
3 .text
4 _start:
5
6 # SSE instruction
7 addps %xmm2,%xmm1
8
9 # SSE2 instruction
10 addpd %xmm2,%xmm1
11
12 # SSE3 instruction
13 addsubpd %xmm2,%xmm1
14
15 # SSSE3 instruction
16 phaddw %xmm2,%xmm1
17
18 # SSE4 instructions
19 blendvpd %xmm0,%xmm1,%xmm0
20 pcmpgtq %xmm1,%xmm0
21
22 # SSE4a instruction (no diagnostic)
23 extrq $0, $0, %xmm0
24
25 # PCMUL instruction
26 pclmulqdq $-1,%xmm1,%xmm2
27
28 # AES instructions
29 aesdec %xmm1,%xmm2
30
31 # SHA instruction
32 sha1nexte %xmm0, %xmm0
33
34 # GFNI instructions
35 gf2p8mulb %xmm1,%xmm2
36 vgf2p8mulb %xmm0, %xmm0, %xmm0{%k1}
37 vgf2p8mulb %zmm0, %zmm0, %zmm0
This page took 0.029997 seconds and 4 git commands to generate.