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

  /external/chromium_org/v8/src/arm/
lithium-gap-resolver-arm.h 78 LOperand* saved_destination_; member in class:v8::internal::BASE_EMBEDDED
lithium-gap-resolver-arm.cc 40 saved_destination_(NULL) { }
168 saved_destination_ = moves_[index].destination();
187 ASSERT(saved_destination_ != NULL);
190 if (saved_destination_->IsRegister()) {
191 __ mov(cgen_->ToRegister(saved_destination_), kSavedValueRegister);
192 } else if (saved_destination_->IsStackSlot()) {
193 __ str(kSavedValueRegister, cgen_->ToMemOperand(saved_destination_));
194 } else if (saved_destination_->IsDoubleRegister()) {
195 __ vmov(cgen_->ToDoubleRegister(saved_destination_), kScratchDoubleReg);
196 } else if (saved_destination_->IsDoubleStackSlot())
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-gap-resolver-mips.h 78 LOperand* saved_destination_; member in class:v8::internal::BASE_EMBEDDED
lithium-gap-resolver-mips.cc 41 saved_destination_(NULL) {}
169 saved_destination_ = moves_[index].destination();
188 ASSERT(saved_destination_ != NULL);
191 if (saved_destination_->IsRegister()) {
192 __ mov(cgen_->ToRegister(saved_destination_), kLithiumScratchReg);
193 } else if (saved_destination_->IsStackSlot()) {
194 __ sw(kLithiumScratchReg, cgen_->ToMemOperand(saved_destination_));
195 } else if (saved_destination_->IsDoubleRegister()) {
196 __ mov_d(cgen_->ToDoubleRegister(saved_destination_),
198 } else if (saved_destination_->IsDoubleStackSlot())
    [all...]
  /external/v8/src/arm/
lithium-gap-resolver-arm.h 78 LOperand* saved_destination_; member in class:v8::internal::BASE_EMBEDDED
lithium-gap-resolver-arm.cc 40 saved_destination_(NULL) { }
168 saved_destination_ = moves_[index].destination();
187 ASSERT(saved_destination_ != NULL);
190 if (saved_destination_->IsRegister()) {
191 __ mov(cgen_->ToRegister(saved_destination_), kSavedValueRegister);
192 } else if (saved_destination_->IsStackSlot()) {
193 __ str(kSavedValueRegister, cgen_->ToMemOperand(saved_destination_));
194 } else if (saved_destination_->IsDoubleRegister()) {
195 __ vmov(cgen_->ToDoubleRegister(saved_destination_), kScratchDoubleReg);
196 } else if (saved_destination_->IsDoubleStackSlot())
    [all...]
  /external/v8/src/mips/
lithium-gap-resolver-mips.h 78 LOperand* saved_destination_; member in class:v8::internal::BASE_EMBEDDED
lithium-gap-resolver-mips.cc 41 saved_destination_(NULL) {}
169 saved_destination_ = moves_[index].destination();
188 ASSERT(saved_destination_ != NULL);
191 if (saved_destination_->IsRegister()) {
192 __ mov(cgen_->ToRegister(saved_destination_), kLithiumScratchReg);
193 } else if (saved_destination_->IsStackSlot()) {
194 __ sw(kLithiumScratchReg, cgen_->ToMemOperand(saved_destination_));
195 } else if (saved_destination_->IsDoubleRegister()) {
196 __ mov_d(cgen_->ToDoubleRegister(saved_destination_),
198 } else if (saved_destination_->IsDoubleStackSlot())
    [all...]

Completed in 61 milliseconds