Searched refs:TempRegister (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.cc510 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
892 LOperand* temp1 = TempRegister();
893 LOperand* temp2 = TempRegister();
894 LOperand* temp3 = instr->MustPrefillWithFiller() ? TempRegister() : NULL;
915 LOperand* temp = instr->from_inlined() ? NULL : TempRegister();
999 return new(zone()) LBranch(UseRegister(value), TempRegister(), NULL);
1004 LOperand* temp1 = needs_temps ? TempRegister() : NULL;
1005 LOperand* temp2 = needs_temps ? TempRegister() : NULL;
1110 LOperand* temp = TempRegister();
1128 LOperand* temp1 = TempRegister();
[all...]
H A Dlithium-arm64.h3154 MUST_USE_RESULT LUnallocated* TempRegister();
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.cc665 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
981 LOperand* temp = !easy_case && expected.NeedsMap() ? TempRegister() : NULL;
1039 LOperand* temp = TempRegister();
1209 LOperand* temp1 = TempRegister();
1210 LOperand* temp2 = TempRegister();
1225 LOperand* temp = TempRegister();
1393 NULL : TempRegister();
1512 temp = TempRegister();
1680 LOperand* scratch = TempRegister();
1687 LOperand* temp = TempRegister();
[all...]
H A Dlithium-x87.h2826 MUST_USE_RESULT LUnallocated* TempRegister();
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc672 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
986 LOperand* temp = !easy_case && expected.NeedsMap() ? TempRegister() : NULL;
1044 LOperand* temp = TempRegister();
1215 LOperand* temp1 = TempRegister();
1216 LOperand* temp2 = TempRegister();
1230 LOperand* temp = TempRegister();
1398 NULL : TempRegister();
1517 temp = TempRegister();
1694 LOperand* scratch = TempRegister();
1701 LOperand* temp = TempRegister();
[all...]
H A Dlithium-ia32.h2808 MUST_USE_RESULT LUnallocated* TempRegister();
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc623 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
966 LOperand* temp = TempRegister();
1149 LOperand* temp1 = TempRegister();
1150 LOperand* temp2 = TempRegister();
1182 LOperand* temp = TempRegister();
1362 NULL : TempRegister();
1668 LOperand* scratch = TempRegister();
1675 LOperand* temp = TempRegister();
1683 LOperand* temp = TempRegister();
1699 UseRegisterAtStart(instr->value()), TempRegister());
[all...]
H A Dlithium-mips.h2779 MUST_USE_RESULT LUnallocated* TempRegister();
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc618 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
963 LOperand* temp = TempRegister();
1175 LOperand* temp1 = TempRegister();
1176 LOperand* temp2 = TempRegister();
1359 NULL : TempRegister();
1722 LOperand* scratch = TempRegister();
1730 LOperand* temp = TempRegister();
1738 LOperand* temp = TempRegister();
1753 return new(zone()) LIsUndetectableAndBranch(value, TempRegister());
1799 return new(zone()) LClassOfTestAndBranch(value, TempRegister());
[all...]
H A Dlithium-arm.h2824 MUST_USE_RESULT LUnallocated* TempRegister();
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc644 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
1184 LOperand* temp1 = TempRegister();
1185 LOperand* temp2 = TempRegister();
1367 NULL : TempRegister();
1675 LOperand* temp = TempRegister();
1690 LOperand* temp = TempRegister();
1739 TempRegister(),
1740 TempRegister());
1865 LOperand* temp = TempRegister();
1866 LUnallocated* result_temp = TempRegister();
[all...]
H A Dlithium-x64.h2807 MUST_USE_RESULT LUnallocated* TempRegister();

Completed in 1005 milliseconds