Lines Matching refs:dst
98 Register dst = edi;
101 __ mov(dst, Operand(esp, stack_offset + kDestinationOffset));
107 __ movdqu(Operand(dst, 0), xmm0);
108 __ mov(edx, dst);
112 __ add(dst, Operand(edx));
135 __ movdqa(Operand(dst, 0x00), xmm0);
136 __ movdqa(Operand(dst, 0x10), xmm1);
137 __ add(Operand(dst), Immediate(0x20));
149 __ movdqa(Operand(dst, 0), xmm0);
150 __ add(Operand(dst), Immediate(0x10));
156 __ movdqu(Operand(dst, count, times_1, -0x10), xmm0);
181 __ movdqa(Operand(dst, 0x00), xmm0);
182 __ movdqa(Operand(dst, 0x10), xmm1);
183 __ add(Operand(dst), Immediate(0x20));
195 __ movdqa(Operand(dst, 0), xmm0);
196 __ add(Operand(dst), Immediate(0x10));
202 __ movdqu(Operand(dst, count, times_1, -0x10), xmm0);
216 Register dst = edi;
219 __ mov(dst, Operand(esp, stack_offset + kDestinationOffset));
225 __ mov(Operand(dst, 0), eax);
227 // Increment src,dstso that dst is aligned.
228 __ mov(edx, dst);
231 __ add(Operand(edx), Immediate(4)); // edx = 4 - (dst & 3)
232 __ add(dst, Operand(edx));
245 __ mov(Operand(dst, count, times_1, -4), eax);