/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);
|
/external/chromium_org/v8/src/mips/ |
lithium-gap-resolver-mips.cc | 231 MemOperand destination_operand = cgen_->ToMemOperand(destination); local 233 if (!destination_operand.OffsetIsInt16Encodable()) { 239 __ swc1(kLithiumScratchDouble, destination_operand); 242 __ sw(at, destination_operand); 246 __ sw(kLithiumScratchReg, destination_operand); 285 MemOperand destination_operand = cgen_->ToMemOperand(destination); local 286 __ sdc1(source_register, destination_operand); 295 MemOperand destination_operand = cgen_->ToMemOperand(destination); local 304 __ sw(kLithiumScratchReg, destination_operand); 309 __ sdc1(kLithiumScratchDouble, destination_operand); [all...] |
/external/chromium_org/v8/src/arm/ |
lithium-gap-resolver-arm.cc | 228 MemOperand destination_operand = cgen_->ToMemOperand(destination); local 230 if (!destination_operand.OffsetIsUint12Encodable()) { 235 __ vstr(kScratchDoubleReg.low(), destination_operand); 238 __ str(ip, destination_operand); 242 __ str(kSavedValueRegister, destination_operand); 291 MemOperand destination_operand = cgen_->ToMemOperand(destination); local 300 __ str(kSavedValueRegister, destination_operand); 305 __ vstr(kScratchDoubleReg, destination_operand);
|