Lines Matching defs:VALUs
1440 // Transcendentals can execute in parallel to other VALUs.
1521 // intv1 + intv2 <= 2 VALUs
1522 // intv3 <= 4 VALUs
1534 int VALUs = 0;
1542 if (State.VALUs > NoHazardVALUWaitStates)
1557 State.DefPos[Src] = State.VALUs;
1564 State.ExecPos = State.VALUs;
1570 // Early expiration: too many VALUs in intv3
1571 if (State.VALUs > Intv3MaxVALUs && State.DefPos.empty())
1578 // Determine positions of VALUs pre/post exec change
1595 // Need a VALUs post exec change
1599 // Too many VALUs in intv3?
1604 // Too many VALUs in intv2?
1609 // Need a VALUs pre exec change
1613 // Too many VALUs in intv1?
1618 // Too many VALUs in intv1 + intv2
1626 State.VALUs += 1;
1662 // intv <= 5 VALUs / 1 TRANS
1670 int VALUs = 0;
1679 if (State.VALUs > IntvMaxVALUs || State.TRANS > IntvMaxTRANS)
1702 State.VALUs += 1;