Home | History | Annotate | Download | only in cctest

Lines Matching full:xmm1

374       __ cvtsi2sd(xmm1, Operand(ebx, ecx, times_4, 10000));
375 __ addsd(xmm1, xmm0);
376 __ mulsd(xmm1, xmm0);
377 __ subsd(xmm1, xmm0);
378 __ divsd(xmm1, xmm0);
379 __ movdbl(xmm1, Operand(ebx, ecx, times_4, 10000));
380 __ movdbl(Operand(ebx, ecx, times_4, 10000), xmm1);
381 __ ucomisd(xmm0, xmm1);
418 __ andpd(xmm0, xmm1);
419 __ andpd(xmm1, xmm2);
421 __ cmpltsd(xmm0, xmm1);
422 __ cmpltsd(xmm1, xmm2);
424 __ movaps(xmm0, xmm1);
425 __ movaps(xmm1, xmm2);
428 __ psllq(xmm1, 42);
430 __ psllq(xmm0, xmm1);
431 __ psllq(xmm1, xmm2);
434 __ psrlq(xmm1, 42);
436 __ psrlq(xmm0, xmm1);
437 __ psrlq(xmm1, xmm2);
439 __ por(xmm0, xmm1);
440 __ por(xmm1, xmm2);
448 __ pinsrd(xmm1, eax, 0);