Home | History | Annotate | Download | only in cctest

Lines Matching defs:xmm0

271   __ movdbl(xmm0, Operand(esp, 1 * kPointerSize));
273 __ addsd(xmm0, xmm1);
274 __ mulsd(xmm0, xmm1);
275 __ subsd(xmm0, xmm1);
276 __ divsd(xmm0, xmm1);
277 // Copy xmm0 to st(0) using eight bytes of stack.
279 __ movdbl(Operand(esp, 0), xmm0);
317 __ cvtsi2sd(xmm0, eax);
318 // Copy xmm0 to st(0) using eight bytes of stack.
320 __ movdbl(Operand(esp, 0), xmm0);