Home | History | Annotate | Download | only in arm

Lines Matching refs:kScratchDoubleReg

169     __ vmov(kScratchDoubleReg, cgen_->ToDoubleRegister(source));
171 __ vldr(kScratchDoubleReg, cgen_->ToMemOperand(source));
189 __ vmov(cgen_->ToDoubleRegister(saved_destination_), kScratchDoubleReg);
191 __ vstr(kScratchDoubleReg, cgen_->ToMemOperand(saved_destination_));
227 __ vldr(kScratchDoubleReg.low(), source_operand);
228 __ vstr(kScratchDoubleReg.low(), destination_operand);
282 // kScratchDoubleReg was used to break the cycle.
283 __ vstm(db_w, sp, kScratchDoubleReg, kScratchDoubleReg);
284 __ vldr(kScratchDoubleReg, source_operand);
285 __ vstr(kScratchDoubleReg, destination_operand);
286 __ vldm(ia_w, sp, kScratchDoubleReg, kScratchDoubleReg);
288 __ vldr(kScratchDoubleReg, source_operand);
289 __ vstr(kScratchDoubleReg, destination_operand);