Home | History | Annotate | Download | only in arm64

Lines Matching defs:TempRegister

458 LUnallocated* LChunkBuilder::TempRegister() {
819 LOperand* temp1 = TempRegister();
820 LOperand* temp2 = TempRegister();
827 LOperand* temp3 = instr->MustPrefillWithFiller() ? TempRegister() : NULL;
850 LOperand* temp = instr->from_inlined() ? NULL : TempRegister();
934 return new(zone()) LBranch(UseRegister(value), TempRegister(), NULL);
940 LOperand* temp1 = needs_temps ? TempRegister() : NULL;
941 LOperand* temp2 = needs_temps ? TempRegister() : NULL;
1042 LOperand* temp = TempRegister();
1060 LOperand* temp1 = TempRegister();
1073 LOperand* temp1 = TempRegister();
1074 LOperand* temp2 = TempRegister();
1094 new(zone()) LNumberTagU(value, TempRegister(), TempRegister());
1142 LOperand* temp = TempRegister();
1151 LOperand* temp = TempRegister();
1199 TempRegister(),
1200 TempRegister());
1246 LOperand* temp = TempRegister();
1263 LOperand* temp = TempRegister();
1339 ? NULL : TempRegister();
1358 ? NULL : TempRegister();
1431 return new(zone()) LHasInstanceTypeAndBranch(value, TempRegister());
1448 LOperand* scratch1 = TempRegister();
1449 LOperand* scratch2 = TempRegister();
1471 LOperand* temp = TempRegister();
1486 return new(zone()) LIsUndetectableAndBranch(value, TempRegister());
1522 LOperand* temp = TempRegister();
1538 ? TempRegister()
1549 LOperand* temp = instr->key()->IsConstant() ? NULL : TempRegister();
1565 LOperand* temp = instr->key()->IsConstant() ? NULL : TempRegister();
1614 NULL : TempRegister();
1628 LOperand* remainder = TempRegister();
1687 LOperand* temp = TempRegister();
1867 LOperand* temp = TempRegister();
1881 LOperand* temp = TempRegister();
2083 LOperand* temp = TempRegister();
2089 LOperand* temp = TempRegister();
2121 temp = TempRegister();
2125 temp = instr->key()->IsConstant() ? NULL : TempRegister();
2165 temp0 = TempRegister();
2166 temp1 = TempRegister();
2169 temp0 = TempRegister();
2170 temp1 = TempRegister();
2173 temp0 = TempRegister();
2270 TempRegister(), TempRegister());
2285 LOperand* temp1 = TempRegister();
2286 LOperand* temp2 = TempRegister();
2319 LOperand* temp1 = TempRegister();
2320 LOperand* temp2 = TempRegister();
2336 LOperand* temp1 = TempRegister();
2337 LOperand* temp2 = TempRegister();
2338 LOperand* temp3 = TempRegister();
2476 LOperand* temp = TempRegister();