Lines Matching refs:dst
287 Operand dst = cgen_->ToOperand(destination);
288 __ mov(dst, src);
294 Register dst = cgen_->ToRegister(destination);
295 __ mov(dst, src);
300 Operand dst = cgen_->ToOperand(destination);
302 __ mov(dst, tmp);
308 Operand dst = cgen_->ToOperand(destination);
309 __ mov(dst, src);
315 Operand dst = cgen_->ToOperand(destination);
316 __ movdbl(dst, src);
323 XMMRegister dst = cgen_->ToDoubleRegister(destination);
324 __ movdbl(dst, src);
327 Operand dst = cgen_->ToOperand(destination);
329 __ movdbl(dst, xmm0);
351 Register dst = cgen_->ToRegister(destination);
352 __ xchg(dst, src);
380 Operand dst = cgen_->ToOperand(destination);
383 __ mov(tmp0, dst);
387 __ mov(dst, tmp0);
389 __ mov(tmp0, dst);
391 __ mov(dst, tmp1);