Home | History | Annotate | Download | only in arm64

Lines Matching defs:TempRegister

504 LUnallocated* LChunkBuilder::TempRegister() {
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();
1142 LOperand* temp1 = TempRegister();
1143 LOperand* temp2 = TempRegister();
1163 new(zone()) LNumberTagU(value, TempRegister(), TempRegister());
1202 LOperand* temp = TempRegister();
1211 LOperand* temp = TempRegister();
1259 TempRegister(),
1260 TempRegister());
1306 LOperand* temp = TempRegister();
1323 LOperand* temp = TempRegister();
1406 ? NULL : TempRegister();
1425 ? NULL : TempRegister();
1518 UseRegisterAtStart(instr->value()), TempRegister());
1526 return new(zone()) LHasInstanceTypeAndBranch(value, TempRegister());
1582 return new(zone()) LIsConstructCallAndBranch(TempRegister(), TempRegister());
1589 LOperand* scratch = TempRegister();
1597 LOperand* temp1 = TempRegister();
1598 LOperand* temp2 = TempRegister();
1606 LOperand* temp = TempRegister();
1621 return new(zone()) LIsUndetectableAndBranch(value, TempRegister());
1657 LOperand* temp = TempRegister();
1696 ? TempRegister()
1707 LOperand* temp = instr->key()->IsConstant() ? NULL : TempRegister();
1720 LOperand* temp = instr->key()->IsConstant() ? NULL : TempRegister();
1807 NULL : TempRegister();
1821 LOperand* remainder = TempRegister();
1880 LOperand* temp = TempRegister();
2080 LOperand* temp = TempRegister();
2094 LOperand* temp = TempRegister();
2298 LOperand* temp = TempRegister();
2304 LOperand* temp = TempRegister();
2328 TempRegister(),
2329 TempRegister()));
2331 return new(zone()) LStoreGlobalCell(value, TempRegister(), NULL);
2348 temp = TempRegister();
2352 temp = instr->key()->IsConstant() ? NULL : TempRegister();
2409 temp0 = TempRegister();
2410 temp1 = TempRegister();
2413 temp0 = TempRegister();
2414 temp1 = TempRegister();
2417 temp0 = TempRegister();
2532 TempRegister(), TempRegister());
2547 LOperand* temp1 = TempRegister();
2548 LOperand* temp2 = TempRegister();
2570 LOperand* temp1 = TempRegister();
2571 LOperand* temp2 = TempRegister();
2587 LOperand* temp1 = TempRegister();
2588 LOperand* temp2 = TempRegister();
2589 LOperand* temp3 = TempRegister();
2605 LOperand* temp1 = TempRegister();
2606 LOperand* temp2 = TempRegister();
2607 LOperand* temp3 = TempRegister();
2717 LOperand* temp = TempRegister();