Home | History | Annotate | Download | only in cctest

Lines Matching full:xmm1

390     __ movaps(xmm0, xmm1);
392 __ cvtsd2ss(xmm0, xmm1);
396 __ andps(xmm0, xmm1);
398 __ orps(xmm0, xmm1);
400 __ xorps(xmm0, xmm1);
404 __ addss(xmm1, xmm0);
405 __ addss(xmm1, Operand(ebx, ecx, times_4, 10000));
406 __ mulss(xmm1, xmm0);
407 __ mulss(xmm1, Operand(ebx, ecx, times_4, 10000));
408 __ subss(xmm1, xmm0);
409 __ subss(xmm1, Operand(ebx, ecx, times_4, 10000));
410 __ divss(xmm1, xmm0);
411 __ divss(xmm1, Operand(ebx, ecx, times_4, 10000));
412 __ maxss(xmm1, xmm0);
413 __ maxss(xmm1, Operand(ebx, ecx, times_4, 10000));
414 __ minss(xmm1, xmm0);
415 __ minss(xmm1, Operand(ebx, ecx, times_4, 10000));
416 __ sqrtss(xmm1, xmm0);
417 __ sqrtss(xmm1, Operand(ebx, ecx, times_4, 10000));
418 __ addps(xmm1, xmm0);
419 __ addps(xmm1, Operand(ebx, ecx, times_4, 10000));
420 __ subps(xmm1, xmm0);
421 __ subps(xmm1, Operand(ebx, ecx, times_4, 10000));
422 __ mulps(xmm1, xmm0);
423 __ mulps(xmm1, Operand(ebx, ecx, times_4, 10000));
424 __ divps(xmm1, xmm0);
425 __ divps(xmm1, Operand(ebx, ecx, times_4, 10000));
427 __ ucomiss(xmm0, xmm1);
432 __ cvtsi2sd(xmm1, Operand(ebx, ecx, times_4, 10000));
433 __ cvtss2sd(xmm1, Operand(ebx, ecx, times_4, 10000));
434 __ cvtss2sd(xmm1, xmm0);
435 __ movsd(xmm1, Operand(ebx, ecx, times_4, 10000));
436 __ movsd(Operand(ebx, ecx, times_4, 10000), xmm1);
443 __ addsd(xmm1, xmm0);
444 __ addsd(xmm1, Operand(ebx, ecx, times_4, 10000));
445 __ mulsd(xmm1, xmm0);
446 __ mulsd(xmm1, Operand(ebx, ecx, times_4, 10000));
447 __ subsd(xmm1, xmm0);
448 __ subsd(xmm1, Operand(ebx, ecx, times_4, 10000));
449 __ divsd(xmm1, xmm0);
450 __ divsd(xmm1, Operand(ebx, ecx, times_4, 10000));
451 __ minsd(xmm1, xmm0);
452 __ minsd(xmm1, Operand(ebx, ecx, times_4, 10000));
453 __ maxsd(xmm1, xmm0);
454 __ maxsd(xmm1, Operand(ebx, ecx, times_4, 10000));
455 __ ucomisd(xmm0, xmm1);
456 __ cmpltsd(xmm0, xmm1);
458 __ andpd(xmm0, xmm1);
460 __ psllq(xmm0, xmm1);
462 __ psrlq(xmm0, xmm1);
463 __ por(xmm0, xmm1);
465 __ pcmpeqd(xmm1, xmm0);
467 __ punpckldq(xmm1, xmm6);
495 __ pinsrd(xmm1, eax, 0);
496 __ extractps(eax, xmm1, 0);
504 __ vaddsd(xmm0, xmm1, xmm2);
505 __ vaddsd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
506 __ vmulsd(xmm0, xmm1, xmm2);
507 __ vmulsd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
508 __ vsubsd(xmm0, xmm1, xmm2);
509 __ vsubsd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
510 __ vdivsd(xmm0, xmm1, xmm2);
511 __ vdivsd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
512 __ vminsd(xmm0, xmm1, xmm2);
513 __ vminsd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
514 __ vmaxsd(xmm0, xmm1, xmm2);
515 __ vmaxsd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
517 __ vaddss(xmm0, xmm1, xmm2);
518 __ vaddss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
519 __ vmulss(xmm0, xmm1, xmm2);
520 __ vmulss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
521 __ vsubss(xmm0, xmm1, xmm2);
522 __ vsubss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
523 __ vdivss(xmm0, xmm1, xmm2);
524 __ vdivss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
525 __ vminss(xmm0, xmm1, xmm2);
526 __ vminss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
527 __ vmaxss(xmm0, xmm1, xmm2);
528 __ vmaxss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
530 __ vandps(xmm0, xmm1, xmm2);
531 __ vandps(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
532 __ vxorps(xmm0, xmm1, xmm2);
533 __ vxorps(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
535 __ vandpd(xmm0, xmm1, xmm2);
536 __ vandpd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
537 __ vxorpd(xmm0, xmm1, xmm2);
538 __ vxorpd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
546 xmm1, xmm2);
547 __ vfmadd132sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
548 __ vfmadd213sd(xmm0, xmm1, xmm2);
549 __ vfmadd213sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
550 __ vfmadd231sd(xmm0, xmm1, xmm2);
551 __ vfmadd231sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
553 __ vfmsub132sd(xmm0, xmm1, xmm2);
554 __ vfmsub132sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
555 __ vfmsub213sd(xmm0, xmm1, xmm2);
556 __ vfmsub213sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
557 __ vfmsub231sd(xmm0, xmm1, xmm2);
558 __ vfmsub231sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
560 __ vfnmadd132sd(xmm0, xmm1, xmm2);
561 __ vfnmadd132sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
562 __ vfnmadd213sd(xmm0, xmm1, xmm2);
563 __ vfnmadd213sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
564 __ vfnmadd231sd(xmm0, xmm1, xmm2);
565 __ vfnmadd231sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
567 __ vfnmsub132sd(xmm0, xmm1, xmm2);
568 __ vfnmsub132sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
569 __ vfnmsub213sd(xmm0, xmm1, xmm2);
570 __ vfnmsub213sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
571 __ vfnmsub231sd(xmm0, xmm1, xmm2);
572 __ vfnmsub231sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
574 __ vfmadd132ss(xmm0, xmm1, xmm2);
575 __ vfmadd132ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
576 __ vfmadd213ss(xmm0, xmm1, xmm2);
577 __ vfmadd213ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
578 __ vfmadd231ss(xmm0, xmm1, xmm2);
579 __ vfmadd231ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
581 __ vfmsub132ss(xmm0, xmm1, xmm2);
582 __ vfmsub132ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
583 __ vfmsub213ss(xmm0, xmm1, xmm2);
584 __ vfmsub213ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
585 __ vfmsub231ss(xmm0, xmm1, xmm2);
586 __ vfmsub231ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
588 __ vfnmadd132ss(xmm0, xmm1, xmm2);
589 __ vfnmadd132ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
590 __ vfnmadd213ss(xmm0, xmm1, xmm2);
591 __ vfnmadd213ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
592 __ vfnmadd231ss(xmm0, xmm1, xmm2);
593 __ vfnmadd231ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
595 __ vfnmsub132ss(xmm0, xmm1, xmm2);
596 __ vfnmsub132ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
597 __ vfnmsub213ss(xmm0, xmm1, xmm2);
598 __ vfnmsub213ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
599 __ vfnmsub231ss(xmm0, xmm1, xmm2);
600 __ vfnmsub231ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));