Searched refs:destination_operand (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/mips/ |
D | lithium-gap-resolver-mips.cc | 232 MemOperand destination_operand = cgen_->ToMemOperand(destination); in EmitMove() local 234 if (!destination_operand.OffsetIsInt16Encodable()) { in EmitMove() 240 __ swc1(kLithiumScratchDouble, destination_operand); in EmitMove() 243 __ sw(at, destination_operand); in EmitMove() 247 __ sw(kLithiumScratchReg, destination_operand); in EmitMove() 279 MemOperand destination_operand = cgen_->ToMemOperand(destination); in EmitMove() local 280 __ sdc1(source_register, destination_operand); in EmitMove() 289 MemOperand destination_operand = cgen_->ToMemOperand(destination); in EmitMove() local 298 __ sw(kLithiumScratchReg, destination_operand); in EmitMove() 303 __ sdc1(kLithiumScratchDouble, destination_operand); in EmitMove()
|
/external/v8/src/arm/ |
D | lithium-gap-resolver-arm.cc | 229 MemOperand destination_operand = cgen_->ToMemOperand(destination); in EmitMove() local 231 if (!destination_operand.OffsetIsUint12Encodable()) { in EmitMove() 236 __ vstr(kScratchDoubleReg.low(), destination_operand); in EmitMove() 239 __ str(ip, destination_operand); in EmitMove() 243 __ str(kSavedValueRegister, destination_operand); in EmitMove() 284 MemOperand destination_operand = cgen_->ToMemOperand(destination); in EmitMove() local 293 __ str(kSavedValueRegister, destination_operand); in EmitMove() 298 __ vstr(kScratchDoubleReg, destination_operand); in EmitMove()
|