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

/external/v8/src/crankshaft/mips/
H A Dlithium-gap-resolver-mips.cc207 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
209 if (!destination_operand.OffsetIsInt16Encodable()) {
215 __ swc1(kLithiumScratchDouble, destination_operand);
218 __ sw(at, destination_operand);
222 __ sw(kLithiumScratchReg, destination_operand);
261 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
262 __ sdc1(source_register, destination_operand);
271 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
280 __ sw(kLithiumScratchReg, destination_operand);
285 __ sdc1(kLithiumScratchDouble, destination_operand);
[all...]
/external/v8/src/crankshaft/mips64/
H A Dlithium-gap-resolver-mips64.cc207 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
209 if (!destination_operand.OffsetIsInt16Encodable()) {
215 __ sdc1(kLithiumScratchDouble, destination_operand);
218 __ sd(at, destination_operand);
222 __ sd(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/v8/src/crankshaft/arm/
H A Dlithium-gap-resolver-arm.cc220 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
221 if (!destination_operand.OffsetIsUint12Encodable()) {
226 __ vstr(kScratchDoubleReg.low(), destination_operand);
229 __ str(ip, destination_operand);
278 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
283 __ vstr(kScratchDoubleReg, destination_operand);
287 __ vstr(kScratchDoubleReg, destination_operand);
/external/v8/src/crankshaft/ppc/
H A Dlithium-gap-resolver-ppc.cc207 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
210 __ StoreP(ip, destination_operand);
213 __ StoreP(kSavedValueRegister, destination_operand);
256 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
262 __ std(kSavedValueRegister, destination_operand);
268 __ stw(kSavedValueRegister, destination_operand);
274 __ stfd(kScratchDoubleReg, destination_operand);
/external/v8/src/crankshaft/s390/
H A Dlithium-gap-resolver-s390.cc201 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
204 __ StoreP(ip, destination_operand);
207 __ StoreP(kSavedValueRegister, destination_operand);
250 MemOperand destination_operand = cgen_->ToMemOperand(destination); local
256 __ stg(kSavedValueRegister, destination_operand);
262 __ StoreW(kSavedValueRegister, destination_operand);
268 __ StoreDouble(kScratchDoubleReg, destination_operand);

Completed in 109 milliseconds