Lines Matching defs:xmm2
1280 __ movd(xmm2, ecx); // Save baseline data.
1298 __ movd(ecx, xmm2);
1696 XMMRegister saved_frame_size = xmm2;
2240 __ movd(xmm2, eax); // Spill argument count.
2265 __ movd(eax, xmm2); // Restore argument count.
2331 __ movd(xmm2, edi); // Preserve the target to call.
2365 __ movd(edi, xmm2); // Restore the target to call.
2376 __ movd(edi, xmm2); // Restore the target to call.
2522 __ movd(xmm2, esi);
2543 __ movd(esi, xmm2);
3613 __ movdq(alignment == MOVE_ALIGNED, xmm2, Operand(src, 0x20));
3619 __ movdqa(Operand(dst, 0x20), xmm2);
3864 __ movdqu(xmm2, Operand(src, count, times_1, -0x10));
3867 __ movdqu(Operand(dst, count, times_1, -0x10), xmm2);
3873 __ movdqu(xmm2, Operand(src, 0x20));
3877 __ movdqu(Operand(dst, 0x20), xmm2);