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

  /external/v8/src/
lithium-allocator-inl.h 102 return instr_->InputAt(current_);
112 while (start < limit_ && instr_->InputAt(start)->IsConstantOperand()) start++;
  /external/v8/src/x64/
lithium-codegen-x64.cc 776 Register dividend = ToRegister(instr->InputAt(0));
799 LOperand* right = instr->InputAt(1);
803 ASSERT(ToRegister(instr->InputAt(0)).is(rax));
841 LOperand* right = instr->InputAt(1);
843 ASSERT(ToRegister(instr->InputAt(0)).is(rax));
844 ASSERT(!ToRegister(instr->InputAt(1)).is(rax));
845 ASSERT(!ToRegister(instr->InputAt(1)).is(rdx));
887 Register left = ToRegister(instr->InputAt(0));
888 LOperand* right = instr->InputAt(1);
970 LOperand* left = instr->InputAt(0)
    [all...]
lithium-x64.cc 208 InputAt(0)->PrintTo(stream);
214 InputAt(0)->PrintTo(stream);
216 InputAt(1)->PrintTo(stream);
223 InputAt(0)->PrintTo(stream);
231 InputAt(0)->PrintTo(stream);
238 InputAt(0)->PrintTo(stream);
245 InputAt(0)->PrintTo(stream);
252 InputAt(0)->PrintTo(stream);
259 InputAt(0)->PrintTo(stream);
268 InputAt(0)->PrintTo(stream)
    [all...]
lithium-x64.h 248 virtual LOperand* InputAt(int i) = 0;
252 LOperand* FirstInput() { return InputAt(0); }
313 LOperand* InputAt(int i) { return inputs_[i]; }
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc 833 Register dividend = ToRegister(instr->InputAt(0));
859 Register left = ToRegister(instr->InputAt(0));
860 Register right = ToRegister(instr->InputAt(1));
981 const Register left = ToRegister(instr->InputAt(0));
982 const Register right = ToRegister(instr->InputAt(1));
    [all...]
lithium-arm.cc 206 InputAt(0)->PrintTo(stream);
212 InputAt(0)->PrintTo(stream);
214 InputAt(1)->PrintTo(stream);
221 InputAt(0)->PrintTo(stream);
229 InputAt(0)->PrintTo(stream);
236 InputAt(0)->PrintTo(stream);
243 InputAt(0)->PrintTo(stream);
250 InputAt(0)->PrintTo(stream);
257 InputAt(0)->PrintTo(stream);
266 InputAt(0)->PrintTo(stream)
    [all...]
lithium-arm.h 247 virtual LOperand* InputAt(int i) = 0;
251 LOperand* FirstInput() { return InputAt(0); }
312 LOperand* InputAt(int i) { return inputs_[i]; }
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 776 Register dividend = ToRegister(instr->InputAt(0));
799 LOperand* right = instr->InputAt(1);
800 ASSERT(ToRegister(instr->InputAt(0)).is(eax));
840 LOperand* right = instr->InputAt(1);
842 ASSERT(ToRegister(instr->InputAt(0)).is(eax));
843 ASSERT(!ToRegister(instr->InputAt(1)).is(eax));
844 ASSERT(!ToRegister(instr->InputAt(1)).is(edx));
886 Register left = ToRegister(instr->InputAt(0));
887 LOperand* right = instr->InputAt(1);
965 LOperand* left = instr->InputAt(0)
    [all...]
lithium-ia32.h 248 virtual LOperand* InputAt(int i) = 0;
252 LOperand* FirstInput() { return InputAt(0); }
313 LOperand* InputAt(int i) { return inputs_[i]; }
    [all...]
lithium-ia32.cc 208 InputAt(0)->PrintTo(stream);
214 InputAt(0)->PrintTo(stream);
216 InputAt(1)->PrintTo(stream);
223 InputAt(0)->PrintTo(stream);
231 InputAt(0)->PrintTo(stream);
238 InputAt(0)->PrintTo(stream);
245 InputAt(0)->PrintTo(stream);
252 InputAt(0)->PrintTo(stream);
259 InputAt(0)->PrintTo(stream);
268 InputAt(0)->PrintTo(stream)
    [all...]
  /external/v8/src/mips/
lithium-mips.h 120 virtual LOperand* InputAt(int i) {

Completed in 104 milliseconds