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

  /external/chromium_org/v8/src/
lithium-allocator-inl.h 102 ASSERT(instr_->InputAt(current_) != NULL);
103 return instr_->InputAt(current_);
115 LOperand* current = instr_->InputAt(current_);
  /external/v8/src/
lithium-allocator-inl.h 102 return instr_->InputAt(current_);
113 while (current_ < limit_ && instr_->InputAt(current_)->IsConstantOperand()) {
  /external/v8/src/x64/
lithium-codegen-x64.cc 774 Register dividend = ToRegister(instr->InputAt(0));
798 Register left_reg = ToRegister(instr->InputAt(0));
799 Register right_reg = ToRegister(instr->InputAt(1));
886 LOperand* right = instr->InputAt(1);
888 ASSERT(ToRegister(instr->InputAt(0)).is(rax));
889 ASSERT(!ToRegister(instr->InputAt(1)).is(rax));
890 ASSERT(!ToRegister(instr->InputAt(1)).is(rdx));
932 Register left = ToRegister(instr->InputAt(0));
933 LOperand* right = instr->InputAt(1);
1015 LOperand* left = instr->InputAt(0)
    [all...]
lithium-x64.cc 204 InputAt(0)->PrintTo(stream);
210 InputAt(0)->PrintTo(stream);
212 InputAt(1)->PrintTo(stream);
219 InputAt(0)->PrintTo(stream);
228 InputAt(0)->PrintTo(stream);
235 InputAt(0)->PrintTo(stream);
242 InputAt(0)->PrintTo(stream);
249 InputAt(0)->PrintTo(stream);
256 InputAt(0)->PrintTo(stream);
257 InputAt(1)->PrintTo(stream)
    [all...]
lithium-x64.h 271 virtual LOperand* InputAt(int i) = 0;
275 LOperand* FirstInput() { return InputAt(0); }
305 LOperand* InputAt(int i) { return inputs_[i]; }
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc 902 Register dividend = ToRegister(instr->InputAt(0));
927 Register left = ToRegister(instr->InputAt(0));
928 Register right = ToRegister(instr->InputAt(1));
    [all...]
lithium-arm.cc 202 InputAt(0)->PrintTo(stream);
208 InputAt(0)->PrintTo(stream);
210 InputAt(1)->PrintTo(stream);
217 InputAt(0)->PrintTo(stream);
226 InputAt(0)->PrintTo(stream);
233 InputAt(0)->PrintTo(stream);
240 InputAt(0)->PrintTo(stream);
247 InputAt(0)->PrintTo(stream);
254 InputAt(0)->PrintTo(stream);
255 InputAt(1)->PrintTo(stream)
    [all...]
lithium-arm.h 270 virtual LOperand* InputAt(int i) = 0;
274 LOperand* FirstInput() { return InputAt(0); }
304 LOperand* InputAt(int i) { return inputs_[i]; }
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc 865 const Register left = ToRegister(instr->InputAt(0));
893 Register right = EmitLoadRegister(instr->InputAt(1), scratch);
913 const Register left = ToRegister(instr->InputAt(0));
914 const Register right = ToRegister(instr->InputAt(1));
952 Register left = ToRegister(instr->InputAt(0));
953 LOperand* right_op = instr->InputAt(1);
    [all...]
lithium-mips.cc 202 InputAt(0)->PrintTo(stream);
208 InputAt(0)->PrintTo(stream);
210 InputAt(1)->PrintTo(stream);
217 InputAt(0)->PrintTo(stream);
226 InputAt(0)->PrintTo(stream);
233 InputAt(0)->PrintTo(stream);
240 InputAt(0)->PrintTo(stream);
247 InputAt(0)->PrintTo(stream);
254 InputAt(0)->PrintTo(stream);
255 InputAt(1)->PrintTo(stream)
    [all...]
lithium-mips.h 269 virtual LOperand* InputAt(int i) = 0;
273 LOperand* FirstInput() { return InputAt(0); }
303 LOperand* InputAt(int i) { return inputs_[i]; }
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 810 Register dividend = ToRegister(instr->InputAt(0));
834 Register left_reg = ToRegister(instr->InputAt(0));
835 Register right_reg = ToRegister(instr->InputAt(1));
921 LOperand* right = instr->InputAt(1);
923 ASSERT(ToRegister(instr->InputAt(0)).is(eax));
924 ASSERT(!ToRegister(instr->InputAt(1)).is(eax));
925 ASSERT(!ToRegister(instr->InputAt(1)).is(edx));
967 Register left = ToRegister(instr->InputAt(0));
968 LOperand* right = instr->InputAt(1);
    [all...]
lithium-ia32.h 266 virtual LOperand* InputAt(int i) = 0;
270 LOperand* FirstInput() { return InputAt(0); }
300 LOperand* InputAt(int i) { return inputs_[i]; }
    [all...]
lithium-ia32.cc 117 InputAt(i)->PrintTo(stream);
199 InputAt(0)->PrintTo(stream);
205 InputAt(0)->PrintTo(stream);
207 InputAt(1)->PrintTo(stream);
214 InputAt(0)->PrintTo(stream);
223 InputAt(0)->PrintTo(stream);
230 InputAt(0)->PrintTo(stream);
237 InputAt(0)->PrintTo(stream);
244 InputAt(0)->PrintTo(stream);
251 InputAt(1)->PrintTo(stream)
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.h 284 LOperand* FirstInput() { return InputAt(0); }
297 virtual LOperand* InputAt(int i) = 0;
332 virtual LOperand* InputAt(int i) { return inputs_[i]; }
    [all...]
lithium-arm.cc 89 if (InputAt(i) == NULL) {
92 InputAt(i)->PrintTo(stream);
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 290 LOperand* FirstInput() { return InputAt(0); }
303 virtual LOperand* InputAt(int i) = 0;
339 virtual LOperand* InputAt(int i) { return inputs_[i]; }
    [all...]
lithium-ia32.cc 76 LOperand* op = InputAt(i);
87 LOperand* op = InputAt(i);
119 if (InputAt(i) == NULL) {
122 InputAt(i)->PrintTo(stream);
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h 280 LOperand* FirstInput() { return InputAt(0); }
293 virtual LOperand* InputAt(int i) = 0;
328 virtual LOperand* InputAt(int i) { return inputs_[i]; }
    [all...]
lithium-mips.cc 89 if (InputAt(i) == NULL) {
92 InputAt(i)->PrintTo(stream);
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 281 LOperand* FirstInput() { return InputAt(0); }
294 virtual LOperand* InputAt(int i) = 0;
330 virtual LOperand* InputAt(int i) { return inputs_[i]; }
    [all...]
lithium-x64.cc 92 if (InputAt(i) == NULL) {
95 InputAt(i)->PrintTo(stream);
    [all...]

Completed in 134 milliseconds