Lines Matching defs:Move
37 Move(ip, target);
172 void MacroAssembler::Move(Register dst, Handle<Object> value) {
188 void MacroAssembler::Move(Register dst, Register src, Condition cond) {
194 void MacroAssembler::Move(DoubleRegister dst, DoubleRegister src) {
1159 Move(dst, d0);
1163 Move(dst, d0);
1434 Move(r3, function);
1549 LoadRR(holder_reg, ip); // Move ip to its holding place.
2458 // Move high word into input_high
2731 // Move up the chain of contexts to the context containing the slot.
2737 // Slot is in the current function context. Move it into the
3275 void MacroAssembler::MovToFloatParameter(DoubleRegister src) { Move(d0, src); }
3277 void MacroAssembler::MovToFloatResult(DoubleRegister src) { Move(d0, src); }
3283 Move(d2, src2);
3284 Move(d0, src1);
3286 Move(d0, src1);
3287 Move(d2, src2);
3322 Move(ip, function);
3771 Move(dst, src1);