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

  /external/v8/src/
lithium-allocator-inl.h 74 return instr_->TempAt(current_);
79 while (start < limit_ && instr_->TempAt(start) == NULL) start++;
  /external/v8/src/mips/
lithium-mips.h 130 virtual LOperand* TempAt(int i) {
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 890 __ mov(ToRegister(instr->TempAt(0)), left);
956 __ or_(ToRegister(instr->TempAt(0)), ToOperand(right));
    [all...]
lithium-ia32.h 250 virtual LOperand* TempAt(int i) = 0;
316 LOperand* TempAt(int i) { return temps_[i]; }
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc 864 Register scratch2 = ToRegister(instr->TempAt(0));
865 DwVfpRegister dividend = ToDoubleRegister(instr->TempAt(1));
866 DwVfpRegister divisor = ToDoubleRegister(instr->TempAt(2));
    [all...]
lithium-arm.h 249 virtual LOperand* TempAt(int i) = 0;
315 LOperand* TempAt(int i) { return temps_[i]; }
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc     [all...]
lithium-x64.h 250 virtual LOperand* TempAt(int i) = 0;
316 LOperand* TempAt(int i) { return temps_[i]; }
    [all...]

Completed in 201 milliseconds