Searched refs:vv (Results 1 – 2 of 2) sorted by relevance
66 DIunion uu, vv; in __muldi3() local69 vv.ll = v; in __muldi3()71 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3()72 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3()73 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
53 DIunion uu, vv; in __muldi3() local56 vv.ll = v; in __muldi3()58 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3()59 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3()60 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()