Lines Matching full:temp1
1757 LOperand* temp1 = TempRegister();
1760 DefineSameAsFirst(new(zone()) LTaggedToI(value, temp1, temp2));
1769 LOperand* temp1 = TempRegister();
1772 LNumberTagD* result = new(zone()) LNumberTagD(value, temp1, temp2);
1793 LOperand* temp1 = TempRegister();
1795 LNumberTagU* result = new(zone()) LNumberTagU(value, temp1, temp2);
1799 LOperand* temp1 = TempRegister();
1801 LNumberTagI* result = new(zone()) LNumberTagI(value, temp1, temp2);
2166 LOperand* temp1 = TempRegister();
2169 LFastAllocate* result = new (zone()) LFastAllocate(size, temp1, temp2);
2174 LAllocate* result = new (zone()) LAllocate(context, size, temp1, temp2);