Home | History | Annotate | Download | only in cctest

Lines Matching refs:xmm0

384     __ movaps(xmm0, xmm1);
385 __ shufps(xmm0, xmm0, 0x0);
388 __ andps(xmm0, xmm1);
389 __ andps(xmm0, Operand(ebx, ecx, times_4, 10000));
390 __ orps(xmm0, xmm1);
391 __ orps(xmm0, Operand(ebx, ecx, times_4, 10000));
392 __ xorps(xmm0, xmm1);
393 __ xorps(xmm0, Operand(ebx, ecx, times_4, 10000));
396 __ addps(xmm1, xmm0);
398 __ subps(xmm1, xmm0);
400 __ mulps(xmm1, xmm0);
402 __ divps(xmm1, xmm0);
411 __ movdqa(xmm0, Operand(ebx, ecx, times_4, 10000));
412 __ movdqa(Operand(ebx, ecx, times_4, 10000), xmm0);
413 __ movdqu(xmm0, Operand(ebx, ecx, times_4, 10000));
414 __ movdqu(Operand(ebx, ecx, times_4, 10000), xmm0);
416 __ addsd(xmm1, xmm0);
417 __ mulsd(xmm1, xmm0);
418 __ subsd(xmm1, xmm0);
420 __ divsd(xmm1, xmm0);
421 __ ucomisd(xmm0, xmm1);
422 __ cmpltsd(xmm0, xmm1);
424 __ andpd(xmm0, xmm1);
425 __ psllq(xmm0, 17);
426 __ psllq(xmm0, xmm1);
427 __ psrlq(xmm0, 17);
428 __ psrlq(xmm0, xmm1);
429 __ por(xmm0, xmm1);
455 __ pextrd(eax, xmm0, 1);