Home | History | Annotate | Download | only in X86

Lines Matching full:movsd

13 ; SSE2-Darwin: movsd _.str+16, %xmm0
14 ; SSE2-Darwin: movsd %xmm0, 16(%esp)
20 ; SSE2-Mingw32: movsd _.str+16, %xmm0
21 ; SSE2-Mingw32: movsd %xmm0, 16(%esp)
94 ; SSE2-Darwin: movsd (%eax), %xmm0
95 ; SSE2-Darwin: movsd 8(%eax), %xmm1
96 ; SSE2-Darwin: movsd %xmm1, 8(%eax)
97 ; SSE2-Darwin: movsd %xmm0, (%eax)
100 ; SSE2-Mingw32: movsd (%eax), %xmm0
101 ; SSE2-Mingw32: movsd 8(%eax), %xmm1
102 ; SSE2-Mingw32: movsd %xmm1, 8(%eax)
103 ; SSE2-Mingw32: movsd %xmm0, (%eax)