Searched defs:TempRegister (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/compiler/
H A Dcode-generator-impl.h83 Register TempRegister(int index) { return ToRegister(instr_->TempAt(index)); } function in class:v8::internal::compiler::InstructionOperandConverter
H A Dinstruction-selector-impl.h103 InstructionOperand* TempRegister() { function in class:v8::internal::compiler::OperandGenerator
120 InstructionOperand* TempRegister(Register reg) { function in class:v8::internal::compiler::OperandGenerator
/external/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc18 InstructionOperand* TempRegister(Register reg) { function in class:v8::internal::compiler::FINAL
120 InstructionOperand* temps[] = {g.TempRegister(rcx), g.TempRegister(rdx)};
424 InstructionOperand* temps[] = {g.TempRegister(rdx)};
454 InstructionOperand* temps[] = {g.TempRegister(rax), g.TempRegister(rdx)};
555 InstructionOperand* temps[] = {g.TempRegister(rax)};
/external/v8/src/arm/
H A Dlithium-arm.cc612 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
957 LOperand* temp = TempRegister();
1199 LOperand* temp1 = TempRegister();
1200 LOperand* temp2 = TempRegister();
1383 NULL : TempRegister();
1748 LOperand* scratch = TempRegister();
1756 LOperand* temp = TempRegister();
1764 LOperand* temp = TempRegister();
1779 return new(zone()) LIsUndetectableAndBranch(value, TempRegister());
1825 return new(zone()) LClassOfTestAndBranch(value, TempRegister());
[all...]
/external/v8/src/arm64/
H A Dlithium-arm64.cc504 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
893 LOperand* temp1 = TempRegister();
894 LOperand* temp2 = TempRegister();
895 LOperand* temp3 = instr->MustPrefillWithFiller() ? TempRegister() : NULL;
916 LOperand* temp = instr->from_inlined() ? NULL : TempRegister();
1000 return new(zone()) LBranch(UseRegister(value), TempRegister(), NULL);
1005 LOperand* temp1 = needs_temps ? TempRegister() : NULL;
1006 LOperand* temp2 = needs_temps ? TempRegister() : NULL;
1111 LOperand* temp = TempRegister();
1129 LOperand* temp1 = TempRegister();
[all...]
/external/v8/src/ia32/
H A Dlithium-ia32.cc665 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
979 LOperand* temp = !easy_case && expected.NeedsMap() ? TempRegister() : NULL;
1037 LOperand* temp = TempRegister();
1237 LOperand* temp1 = TempRegister();
1238 LOperand* temp2 = TempRegister();
1252 LOperand* temp = TempRegister();
1420 NULL : TempRegister();
1540 temp = TempRegister();
1718 LOperand* scratch = TempRegister();
1725 LOperand* temp = TempRegister();
[all...]
/external/v8/src/mips/
H A Dlithium-mips.cc619 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
962 LOperand* temp = TempRegister();
1168 LOperand* temp1 = TempRegister();
1169 LOperand* temp2 = TempRegister();
1208 LOperand* temp = TempRegister();
1335 LOperand* temp = TempRegister();
1389 NULL : TempRegister();
1697 LOperand* scratch = TempRegister();
1704 LOperand* temp = TempRegister();
1712 LOperand* temp = TempRegister();
[all...]
/external/v8/src/mips64/
H A Dlithium-mips64.cc619 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
962 LOperand* temp = TempRegister();
1168 LOperand* temp1 = TempRegister();
1169 LOperand* temp2 = TempRegister();
1208 LOperand* temp = TempRegister();
1336 ? NULL : TempRegister();
1390 NULL : TempRegister();
1698 LOperand* scratch = TempRegister();
1705 LOperand* temp = TempRegister();
1713 LOperand* temp = TempRegister();
[all...]
/external/v8/src/x64/
H A Dlithium-x64.cc647 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
1217 LOperand* temp1 = TempRegister();
1218 LOperand* temp2 = TempRegister();
1400 NULL : TempRegister();
1711 LOperand* temp = TempRegister();
1726 LOperand* temp = TempRegister();
1775 TempRegister(),
1776 TempRegister());
1901 LOperand* temp = TempRegister();
1902 LUnallocated* result_temp = TempRegister();
[all...]
/external/v8/src/x87/
H A Dlithium-x87.cc671 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
996 LOperand* temp = !easy_case && expected.NeedsMap() ? TempRegister() : NULL;
1056 LOperand* temp = TempRegister();
1431 NULL : TempRegister();
1551 temp = TempRegister();
1636 LOperand* scratch = TempRegister();
1731 LOperand* temp = TempRegister();
1738 LOperand* temp = TempRegister();
1753 UseRegisterAtStart(instr->value()), TempRegister());
1777 TempRegister());
[all...]

Completed in 166 milliseconds