Home | History | Annotate | Download | only in arm

Lines Matching defs:temp2

1670         LOperand* temp2 = instr->CanTruncateToInt32() ? TempRegister()
1676 temp2,
1686 LOperand* temp2 = TempRegister();
1691 LNumberTagD* result = new(zone()) LNumberTagD(value, temp1, temp2);
1698 LOperand* temp2 = instr->CanTruncateToInt32() ? TempRegister() : NULL;
1699 LDoubleToI* res = new(zone()) LDoubleToI(value, temp1, temp2);
1738 LOperand* temp2 = TempRegister();
1739 LInstruction* result = new(zone()) LCheckPrototypeMaps(temp1, temp2);