Lines Matching defs:xmm1
1100 LoadTieringStateAndJumpIfNeedsProcessing(masm, optimization_state, xmm1,
1270 xmm1);
1294 LoadTieringStateAndJumpIfNeedsProcessing(masm, optimization_state, xmm1,
1379 __ movd(xmm1, scratch);
1382 __ movd(ecx, xmm1);
1695 XMMRegister saved_bytecode_array = xmm1;
2197 __ movd(xmm1, edi); // Spill target.
2266 __ movd(edi, xmm1); // Restore target.
2312 __ movd(xmm1, edx); // Preserve new.target (in case of [[Construct]]).
2327 // -- xmm1 : the new target (for [[Construct]] calls)
2369 __ movd(edx, xmm1); // Restore new.target (in case of [[Construct]]).
2520 __ movd(xmm1, esi);
2545 __ movd(esi, xmm1);
3612 __ movdq(alignment == MOVE_ALIGNED, xmm1, Operand(src, 0x10));
3618 __ movdqa(Operand(dst, 0x10), xmm1);
3630 __ movdq(alignment == MOVE_ALIGNED, xmm1, Operand(src, 0x10));
3634 __ movdqa(Operand(dst, 0x10), xmm1);
3849 __ movsd(xmm1, Operand(src, count, times_1, -8));
3851 __ movsd(Operand(dst, count, times_1, -8), xmm1);
3856 __ movdqu(xmm1, Operand(src, count, times_1, -0x10));
3858 __ movdqu(Operand(dst, count, times_1, -0x10), xmm1);
3863 __ movdqu(xmm1, Operand(src, 0x10));
3866 __ movdqu(Operand(dst, 0x10), xmm1);
3872 __ movdqu(xmm1, Operand(src, 0x10));
3876 __ movdqu(Operand(dst, 0x10), xmm1);