Home | History | Annotate | Download | only in mips

Lines Matching defs:temp2

1671         LOperand* temp2 = instr->CanTruncateToInt32() ? TempRegister()
1677 temp2,
1687 LOperand* temp2 = TempRegister();
1692 LNumberTagD* result = new(zone()) LNumberTagD(value, temp1, temp2);
1699 LOperand* temp2 = instr->CanTruncateToInt32() ? TempRegister() : NULL;
1700 LDoubleToI* res = new(zone()) LDoubleToI(value, temp1, temp2);
1739 LOperand* temp2 = TempRegister();
1740 LInstruction* result = new(zone()) LCheckPrototypeMaps(temp1, temp2);