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

References

projects/compiler-rt/lib/builtins/divti3.c
   21   ti_int s_a = a >> bits_in_tword_m1;                   // s_a = a < 0 ? -1 : 0
   23   a = (a ^ s_a) - s_a;                                  // negate if s_a == -1
   23   a = (a ^ s_a) - s_a;                                  // negate if s_a == -1
   26   return (__udivmodti4(a, b, (tu_int *)0) ^ s_a) - s_a; // negate if s_a == -1