reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/builtins/muldi3.c
   40   x.all = a;
   44   r.all = __muldsi3(x.s.low, y.s.low);
   45   r.s.high += x.s.high * y.s.low + x.s.low * y.s.high;
   45   r.s.high += x.s.high * y.s.low + x.s.low * y.s.high;