HomeSort by relevance Sort by last modified time
    Searched refs:destination_operand (Results 1 - 2 of 2) sorted by null

  /external/v8/src/mips/
lithium-gap-resolver-mips.cc 232 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
234 if (!destination_operand.OffsetIsInt16Encodable()) {
240 __ swc1(kLithiumScratchDouble, destination_operand);
243 __ sw(at, destination_operand);
247 __ sw(kLithiumScratchReg, destination_operand);
279 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
280 __ sdc1(source_register, destination_operand);
289 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
298 __ sw(kLithiumScratchReg, destination_operand);
303 __ sdc1(kLithiumScratchDouble, destination_operand);
    [all...]
  /external/v8/src/arm/
lithium-gap-resolver-arm.cc 229 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
231 if (!destination_operand.OffsetIsUint12Encodable()) {
236 __ vstr(kScratchDoubleReg.low(), destination_operand);
239 __ str(ip, destination_operand);
243 __ str(kSavedValueRegister, destination_operand);
284 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
293 __ str(kSavedValueRegister, destination_operand);
298 __ vstr(kScratchDoubleReg, destination_operand);

Completed in 4534 milliseconds