Home | History | Annotate | Download | only in arm

Lines Matching defs:TempRegister

612 TempRegister() {
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());
1932 LOperand* temp1 = TempRegister();
1944 LOperand* temp1 = TempRegister();
1945 LOperand* temp2 = TempRegister();
1946 LUnallocated* result_temp = TempRegister();
1968 LOperand* temp1 = TempRegister();
1969 LOperand* temp2 = TempRegister();
1974 LOperand* temp1 = TempRegister();
1975 LOperand* temp2 = TempRegister();
2130 ? AssignEnvironment(new(zone()) LStoreGlobalCell(value, TempRegister()))
2317 LOperand* new_map_reg = TempRegister();
2334 LOperand* temp = TempRegister();
2368 LOperand* temp = needs_write_barrier_for_map ? TempRegister() : NULL;
2418 LOperand* temp1 = TempRegister();
2419 LOperand* temp2 = TempRegister();
2534 return new(zone()) LIsConstructCallAndBranch(TempRegister());