Home | History | Annotate | Download | only in ia32

Lines Matching defs:dst

183     Register dst = edi;
186 __ mov(dst, Operand(esp, stack_offset + kDestinationOffset));
192 __ movdqu(Operand(dst, 0), xmm0);
193 __ mov(edx, dst);
197 __ add(dst, edx);
220 __ movdqa(Operand(dst, 0x00), xmm0);
221 __ movdqa(Operand(dst, 0x10), xmm1);
222 __ add(dst, Immediate(0x20));
234 __ movdqa(Operand(dst, 0), xmm0);
235 __ add(dst, Immediate(0x10));
241 __ movdqu(Operand(dst, count, times_1, -0x10), xmm0);
266 __ movdqa(Operand(dst, 0x00), xmm0);
267 __ movdqa(Operand(dst, 0x10), xmm1);
268 __ add(dst, Immediate(0x20));
280 __ movdqa(Operand(dst, 0), xmm0);
281 __ add(dst, Immediate(0x10));
287 __ movdqu(Operand(dst, count, times_1, -0x10), xmm0);
301 Register dst = edi;
304 __ mov(dst, Operand(esp, stack_offset + kDestinationOffset));
310 __ mov(Operand(dst, 0), eax);
312 // Increment src,dstso that dst is aligned.
313 __ mov(edx, dst);
316 __ add(edx, Immediate(4)); // edx = 4 - (dst & 3)
317 __ add(dst, edx);
330 __ mov(Operand(dst, count, times_1, -4), eax);