Searched refs:destination_operand (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/mips/
H A Dlithium-gap-resolver-mips.cc208 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
210 if (!destination_operand.OffsetIsInt16Encodable()) {
216 __ swc1(kLithiumScratchDouble, destination_operand);
219 __ sw(at, destination_operand);
223 __ sw(kLithiumScratchReg, destination_operand);
262 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
263 __ sdc1(source_register, destination_operand);
272 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
281 __ sw(kLithiumScratchReg, destination_operand);
286 __ sdc1(kLithiumScratchDouble, destination_operand);
[all...]
/external/chromium_org/v8/src/mips64/
H A Dlithium-gap-resolver-mips64.cc208 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
210 if (!destination_operand.OffsetIsInt16Encodable()) {
216 __ sdc1(kLithiumScratchDouble, destination_operand);
219 __ sd(at, destination_operand);
223 __ sd(kLithiumScratchReg, destination_operand);
263 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
264 __ sdc1(source_register, destination_operand);
273 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
282 __ sw(kLithiumScratchReg, destination_operand);
287 __ sdc1(kLithiumScratchDouble, destination_operand);
[all...]
/external/chromium_org/v8/src/arm/
H A Dlithium-gap-resolver-arm.cc222 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
223 if (!destination_operand.OffsetIsUint12Encodable()) {
228 __ vstr(kScratchDoubleReg.low(), destination_operand);
231 __ str(ip, destination_operand);
280 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
285 __ vstr(kScratchDoubleReg, destination_operand);
289 __ vstr(kScratchDoubleReg, destination_operand);

Completed in 168 milliseconds