Home | History | Annotate | Download | only in cctest

Lines Matching defs:xmm2

575     __ movaps(xmm2, xmm1);
576 __ addps(xmm2, xmm0);
577 __ mulps(xmm2, xmm1);
578 __ subps(xmm2, xmm0);
579 __ divps(xmm2, xmm1);
580 __ cvttss2si(eax, xmm2);
613 __ movsd(xmm2, Operand(esp, 5 * kPointerSize));
614 // argument in xmm0, xmm1 and xmm2
615 // xmm0 * xmm1 + xmm2
618 __ addsd(xmm3, xmm2); // Expected result in xmm3
624 __ vfmadd132sd(xmm4, xmm2, xmm1);
630 __ vfmadd213sd(xmm4, xmm0, xmm2);
635 __ movaps(xmm4, xmm2);
644 __ vfmadd132sd(xmm4, xmm2, Operand(esp, 0));
650 __ movsd(Operand(esp, 0), xmm2);
656 __ movaps(xmm4, xmm2);
662 // xmm0 * xmm1 - xmm2
665 __ subsd(xmm3, xmm2); // Expected result in xmm3
670 __ vfmsub132sd(xmm4, xmm2, xmm1);
676 __ vfmsub213sd(xmm4, xmm0, xmm2);
681 __ movaps(xmm4, xmm2);
690 __ vfmsub132sd(xmm4, xmm2, Operand(esp, 0));
696 __ movsd(Operand(esp, 0), xmm2);
702 __ movaps(xmm4, xmm2);
709 // - xmm0 * xmm1 + xmm2
714 __ addsd(xmm3, xmm2); // Expected result in xmm3
719 __ vfnmadd132sd(xmm4, xmm2, xmm1);
725 __ vfnmadd213sd(xmm4, xmm0, xmm2);
730 __ movaps(xmm4, xmm2);
739 __ vfnmadd132sd(xmm4, xmm2, Operand(esp, 0));
745 __ movsd(Operand(esp, 0), xmm2);
751 __ movaps(xmm4, xmm2);
758 // - xmm0 * xmm1 - xmm2
763 __ subsd(xmm3, xmm2); // Expected result in xmm3
768 __ vfnmsub132sd(xmm4, xmm2, xmm1);
774 __ vfnmsub213sd(xmm4, xmm0, xmm2);
779 __ movaps(xmm4, xmm2);
788 __ vfnmsub132sd(xmm4, xmm2, Operand(esp, 0));
794 __ movsd(Operand(esp, 0), xmm2);
800 __ movaps(xmm4, xmm2);
842 __ movss(xmm2, Operand(esp, 3 * kPointerSize));
843 // arguments in xmm0, xmm1 and xmm2
844 // xmm0 * xmm1 + xmm2
847 __ addss(xmm3, xmm2); // Expected result in xmm3
853 __ vfmadd132ss(xmm4, xmm2, xmm1);
859 __ vfmadd213ss(xmm4, xmm0, xmm2);
864 __ movaps(xmm4, xmm2);
873 __ vfmadd132ss(xmm4, xmm2, Operand(esp, 0));
879 __ movss(Operand(esp, 0), xmm2);
885 __ movaps(xmm4, xmm2);
891 // xmm0 * xmm1 - xmm2
894 __ subss(xmm3, xmm2); // Expected result in xmm3
899 __ vfmsub132ss(xmm4, xmm2, xmm1);
905 __ vfmsub213ss(xmm4, xmm0, xmm2);
910 __ movaps(xmm4, xmm2);
919 __ vfmsub132ss(xmm4, xmm2, Operand(esp, 0));
925 __ movss(Operand(esp, 0), xmm2);
931 __ movaps(xmm4, xmm2);
938 // - xmm0 * xmm1 + xmm2
943 __ addss(xmm3, xmm2); // Expected result in xmm3
948 __ vfnmadd132ss(xmm4, xmm2, xmm1);
954 __ vfnmadd213ss(xmm4, xmm0, xmm2);
959 __ movaps(xmm4, xmm2);
968 __ vfnmadd132ss(xmm4, xmm2, Operand(esp, 0));
974 __ movss(Operand(esp, 0), xmm2);
980 __ movaps(xmm4, xmm2);
987 // - xmm0 * xmm1 - xmm2
992 __ subss(xmm3, xmm2); // Expected result in xmm3
997 __ vfnmsub132ss(xmm4, xmm2, xmm1);
1003 __ vfnmsub213ss(xmm4, xmm0, xmm2);
1008 __ movaps(xmm4, xmm2);
1017 __ vfnmsub132ss(xmm4, xmm2, Operand(esp, 0));
1023 __ movss(Operand(esp, 0), xmm2);
1029 __ movaps(xmm4, xmm2);