Home | History | Annotate | Download | only in x87

Lines Matching defs:TempRegister

671 LUnallocated* LChunkBuilder::TempRegister() {
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());
1802 TempRegister(),
1803 TempRegister());
1916 LOperand* temp = TempRegister();
1943 LOperand* temp = FLAG_inline_new ? TempRegister() : NULL;
1944 LUnallocated* result_temp = TempRegister();
1967 LOperand* temp = TempRegister();
1972 LOperand* temp = TempRegister();
2015 LOperand* temp = TempRegister();
2057 new(zone()) LClampTToUint8NoSSE2(value, TempRegister(),
2058 TempRegister(), TempRegister());
2152 temp = TempRegister();
2192 TempRegister())));
2351 LOperand* new_map_reg = TempRegister();
2352 LOperand* temp_reg = TempRegister();
2370 LOperand* temp = TempRegister();
2424 TempRegister() : NULL;
2427 LOperand* temp_map = needs_write_barrier_for_map ? TempRegister() : NULL;
2479 LOperand* temp = TempRegister();
2608 return new(zone()) LIsConstructCallAndBranch(TempRegister());