Searched refs:rhsValue (Results 1 – 1 of 1) sorted by relevance
1783 uint64_t rhsValue = RHS.U.pVal[0]; in udivrem() local1784 Quotient = lhsValue / rhsValue; in udivrem()1785 Remainder = lhsValue % rhsValue; in udivrem()