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

References

projects/compiler-rt/lib/builtins/ashlti3.c
   25   input.all = a;
   35   return result.all;
projects/compiler-rt/lib/builtins/ashrti3.c
   25   input.all = a;
   36   return result.all;
projects/compiler-rt/lib/builtins/clzti2.c
   23   x.all = a;
projects/compiler-rt/lib/builtins/cmpti2.c
   23   x.all = a;
   25   y.all = b;
projects/compiler-rt/lib/builtins/ctzti2.c
   23   x.all = a;
projects/compiler-rt/lib/builtins/ffsti2.c
   22   x.all = a;
projects/compiler-rt/lib/builtins/int_types.h
  103   return r.all;
projects/compiler-rt/lib/builtins/multi3.c
   35   return r.all;
   42   x.all = a;
   44   y.all = b;
   46   r.all = __mulddi3(x.s.low, y.s.low);
   48   return r.all;
projects/compiler-rt/lib/builtins/parityti2.c
   21   x.all = a;