Lines Matching defs:xmm0

250   __ movd(xmm0, eax);
277 __ movd(ecx, xmm0);
684 __ movd(xmm0, ebx);
709 __ movd(ebx, xmm0);
1070 __ movd(xmm0, eax); // Spill actual argument count.
1121 __ movd(kJavaScriptCallArgCountRegister, xmm0);
1268 __ movd(eax, xmm0);
1275 __ movd(eax, xmm0);
1302 __ Push(xmm0, eax); // Save the argument count (currently in xmm0).
1310 __ movd(eax, xmm0); // Recover argument count.
1362 __ movd(xmm0, eax); // Spill number of arguments.
1394 __ movd(eax, xmm0); // Restore number of arguments.
1513 __ movd(xmm0, eax); // Spill number of arguments.
1523 __ movd(eax, xmm0); // Reload number of arguments.
1527 __ movd(xmm0, eax); // Spill number of arguments.
1535 __ movd(eax, xmm0); // Reload number of arguments.
1694 XMMRegister saved_arg_count = xmm0;
1830 // xmm0 is not included in the allocateable registers.
1831 __ movd(xmm0, eax);
1865 xmm0);
1919 // 1. Load receiver into xmm0, argArray into edx (if present), remove all
1926 __ movd(xmm0, args.GetReceiverOperand());
1945 __ movd(edi, xmm0);
2047 __ movd(xmm0, edx);
2054 __ movd(edx, xmm0);
2105 __ movd(xmm0, ecx);
2113 __ movd(ecx, xmm0);
2196 __ movd(xmm0, edx); // Spill new.target.
2267 __ movd(edx, xmm0); // Restore new.target.
2289 __ movd(xmm0, esi); // Spill the context.
2306 __ movd(esi, xmm0); // Restore the context.
2326 // -- xmm0 : context for the Call / Construct builtin
2370 __ movd(esi, xmm0); // Restore the context.
2377 __ movd(esi, xmm0); // Restore the context.
2482 __ movd(xmm0, edx); // Spill edx.
2494 // -- xmm0 : new.target (only in case of [[Construct]])
2553 __ movd(edx, xmm0); // Reload edx.
3413 // Park argc in xmm0.
3414 __ movd(xmm0, argc);
3451 // Reload argc from xmm0.
3452 __ movd(argc, xmm0);
3611 __ movdq(alignment == MOVE_ALIGNED, xmm0, Operand(src, 0x00));
3617 __ movdqa(Operand(dst, 0x00), xmm0);
3629 __ movdq(alignment == MOVE_ALIGNED, xmm0, Operand(src, 0x00));
3633 __ movdqa(Operand(dst, 0x00), xmm0);
3641 __ movdq(alignment == MOVE_ALIGNED, xmm0, Operand(src, 0));
3644 __ movdqa(Operand(dst, 0), xmm0);
3717 __ movdqu(xmm0, Operand(src, 0));
3718 __ movdqu(Operand(dst, 0), xmm0);
3739 __ movdqu(xmm0, Operand(src, count, times_1, -0x10));
3740 __ movdqu(Operand(dst, count, times_1, -0x10), xmm0);
3784 __ movdqu(xmm0, Operand(src, -0x10));
3785 __ movdqu(Operand(dst, -0x10), xmm0);
3806 __ movdqu(xmm0, Operand(src, 0));
3807 __ movdqu(Operand(dst, 0), xmm0);
3848 __ movsd(xmm0, Operand(src, 0));
3850 __ movsd(Operand(dst, 0), xmm0);
3855 __ movdqu(xmm0, Operand(src, 0));
3857 __ movdqu(Operand(dst, 0x00), xmm0);
3862 __ movdqu(xmm0, Operand(src, 0x00));
3865 __ movdqu(Operand(dst, 0x00), xmm0);
3871 __ movdqu(xmm0, Operand(src, 0x00));
3875 __ movdqu(Operand(dst, 0x00), xmm0);
4049 __ movsd(xmm0, Operand(esp, src_offset));
4050 __ movsd(Operand(esi, dst_offset), xmm0);