Home | History | Annotate | Download | only in x64

Lines Matching defs:move

697 void LCodeGen::DoParallelMove(LParallelMove* move) {
698 resolver_.Resolve(move);
707 LParallelMove* move = gap->GetParallelMove(inner_pos);
708 if (move != NULL) DoParallelMove(move);
1127 __ Move(ToRegister(instr->result()), instr->value());
1999 // Move result to a register that survives the end of the
2088 __ Move(rcx, instr->name());
2123 __ Move(rcx, instr->name());
2192 __ Move(rcx, instr->hydrogen()->name());
2214 __ Move(rcx, instr->hydrogen()->name());
2230 __ Move(rcx, instr->name());
2595 __ Move(rdi, instr->function());
2785 // Move arguments to correct registers
2792 // Move arguments to correct registers: xmm0 and edi (not rdi).
2819 // Move arguments to correct registers xmm0 and xmm1.
2907 __ Move(rcx, instr->name());
2929 __ Move(rcx, instr->name());
2937 __ Move(rdi, instr->target());
2963 __ Move(FieldOperand(object, HeapObject::kMapOffset), instr->transition());
2991 __ Move(rcx, instr->hydrogen()->name());
3337 __ Move(reg, Smi::FromInt(0));
3602 __ Move(result, object);