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