summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/sse3.asm
blob: d3976a011e1c7b31a9833e6bce4dbdb6e97a1e44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
BITS 32
section .text
foo:
monitor
mwait
lddqu xmm0, [edx]
movddup xmm0, xmm1
addsubps xmm0, xmm1
addsubpd xmm2, [edx]
haddps xmm0, xmm1
hsubps xmm2, [edx]
haddpd xmm0, xmm1
hsubpd xmm2, [edx]
movshdup xmm0, xmm1
movsldup xmm2, [edx]
movddup xmm0, [edx]