|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
projects/compiler-rt/lib/builtins/absvdi2.c 19 COMPILER_RT_ABI di_int __absvdi2(di_int a) {
projects/compiler-rt/lib/builtins/absvsi2.c 19 COMPILER_RT_ABI si_int __absvsi2(si_int a) {
projects/compiler-rt/lib/builtins/absvti2.c 21 COMPILER_RT_ABI ti_int __absvti2(ti_int a) {
projects/compiler-rt/lib/builtins/adddf3.c 16 COMPILER_RT_ABI double __adddf3(double a, double b) { return __addXf3__(a, b); }
projects/compiler-rt/lib/builtins/addsf3.c 16 COMPILER_RT_ABI float __addsf3(float a, float b) { return __addXf3__(a, b); }
projects/compiler-rt/lib/builtins/addvdi3.c 19 COMPILER_RT_ABI di_int __addvdi3(di_int a, di_int b) {
projects/compiler-rt/lib/builtins/addvsi3.c 19 COMPILER_RT_ABI si_int __addvsi3(si_int a, si_int b) {
projects/compiler-rt/lib/builtins/addvti3.c 21 COMPILER_RT_ABI ti_int __addvti3(ti_int a, ti_int b) {
projects/compiler-rt/lib/builtins/ashldi3.c 19 COMPILER_RT_ABI di_int __ashldi3(di_int a, si_int b) {
projects/compiler-rt/lib/builtins/ashlti3.c 21 COMPILER_RT_ABI ti_int __ashlti3(ti_int a, si_int b) {
projects/compiler-rt/lib/builtins/ashrdi3.c 19 COMPILER_RT_ABI di_int __ashrdi3(di_int a, si_int b) {
projects/compiler-rt/lib/builtins/ashrti3.c 21 COMPILER_RT_ABI ti_int __ashrti3(ti_int a, si_int b) {
projects/compiler-rt/lib/builtins/bswapdi2.c 15 COMPILER_RT_ABI uint64_t __bswapdi2(uint64_t u) {
projects/compiler-rt/lib/builtins/bswapsi2.c 15 COMPILER_RT_ABI uint32_t __bswapsi2(uint32_t u) {
projects/compiler-rt/lib/builtins/clzdi2.c 29 COMPILER_RT_ABI si_int __clzdi2(di_int a) {
projects/compiler-rt/lib/builtins/clzsi2.c 19 COMPILER_RT_ABI si_int __clzsi2(si_int a) {
projects/compiler-rt/lib/builtins/clzti2.c 21 COMPILER_RT_ABI si_int __clzti2(ti_int a) {
projects/compiler-rt/lib/builtins/cmpdi2.c 19 COMPILER_RT_ABI si_int __cmpdi2(di_int a, di_int b) {
projects/compiler-rt/lib/builtins/cmpti2.c 21 COMPILER_RT_ABI si_int __cmpti2(ti_int a, ti_int b) {
projects/compiler-rt/lib/builtins/comparedf2.c 44 COMPILER_RT_ABI enum LE_RESULT __ledf2(fp_t a, fp_t b) {
99 COMPILER_RT_ABI enum GE_RESULT __gedf2(fp_t a, fp_t b) {
129 COMPILER_RT_ABI int
projects/compiler-rt/lib/builtins/comparesf2.c 44 COMPILER_RT_ABI enum LE_RESULT __lesf2(fp_t a, fp_t b) {
99 COMPILER_RT_ABI enum GE_RESULT __gesf2(fp_t a, fp_t b) {
129 COMPILER_RT_ABI int
projects/compiler-rt/lib/builtins/ctzdi2.c 29 COMPILER_RT_ABI si_int __ctzdi2(di_int a) {
projects/compiler-rt/lib/builtins/ctzsi2.c 19 COMPILER_RT_ABI si_int __ctzsi2(si_int a) {
projects/compiler-rt/lib/builtins/ctzti2.c 21 COMPILER_RT_ABI si_int __ctzti2(ti_int a) {
projects/compiler-rt/lib/builtins/divdc3.c 20 COMPILER_RT_ABI Dcomplex __divdc3(double __a, double __b, double __c,
projects/compiler-rt/lib/builtins/divdf3.c 21 COMPILER_RT_ABI fp_t __divdf3(fp_t a, fp_t b) {
projects/compiler-rt/lib/builtins/divdi3.c 17 COMPILER_RT_ABI di_int __divdi3(di_int a, di_int b) {
projects/compiler-rt/lib/builtins/divmoddi4.c 17 COMPILER_RT_ABI di_int __divmoddi4(di_int a, di_int b, di_int *rem) {
projects/compiler-rt/lib/builtins/divmodsi4.c 18 COMPILER_RT_ABI si_int __divmodsi4(si_int a, si_int b, si_int *rem) {
projects/compiler-rt/lib/builtins/divsc3.c 20 COMPILER_RT_ABI Fcomplex __divsc3(float __a, float __b, float __c, float __d) {
projects/compiler-rt/lib/builtins/divsf3.c 21 COMPILER_RT_ABI fp_t __divsf3(fp_t a, fp_t b) {
projects/compiler-rt/lib/builtins/divsi3.c 17 COMPILER_RT_ABI si_int __divsi3(si_int a, si_int b) {
projects/compiler-rt/lib/builtins/divtc3.c 20 COMPILER_RT_ABI Lcomplex __divtc3(long double __a, long double __b,
projects/compiler-rt/lib/builtins/divti3.c 19 COMPILER_RT_ABI ti_int __divti3(ti_int a, ti_int b) {
projects/compiler-rt/lib/builtins/divxc3.c 20 COMPILER_RT_ABI Lcomplex __divxc3(long double __a, long double __b,
projects/compiler-rt/lib/builtins/enable_execute_stack.c 41 COMPILER_RT_ABI void __enable_execute_stack(void *addr) {
projects/compiler-rt/lib/builtins/eprintf.c 21 COMPILER_RT_ABI void
projects/compiler-rt/lib/builtins/extendhfsf2.c 15 COMPILER_RT_ABI NOINLINE float __extendhfsf2(uint16_t a) {
19 COMPILER_RT_ABI float __gnu_h2f_ieee(uint16_t a) { return __extendhfsf2(a); }
projects/compiler-rt/lib/builtins/extendsfdf2.c 13 COMPILER_RT_ABI double __extendsfdf2(float a) { return __extendXfYf2__(a); }
projects/compiler-rt/lib/builtins/ffsdi2.c 18 COMPILER_RT_ABI si_int __ffsdi2(di_int a) {
projects/compiler-rt/lib/builtins/ffssi2.c 18 COMPILER_RT_ABI si_int __ffssi2(si_int a) {
projects/compiler-rt/lib/builtins/ffsti2.c 20 COMPILER_RT_ABI si_int __ffsti2(ti_int a) {
projects/compiler-rt/lib/builtins/fixdfdi.c 16 COMPILER_RT_ABI du_int __fixunsdfdi(double a);
18 COMPILER_RT_ABI di_int __fixdfdi(double a) {
projects/compiler-rt/lib/builtins/fixdfsi.c 15 COMPILER_RT_ABI si_int __fixdfsi(fp_t a) { return __fixint(a); }
projects/compiler-rt/lib/builtins/fixdfti.c 19 COMPILER_RT_ABI ti_int __fixdfti(fp_t a) { return __fixint(a); }
projects/compiler-rt/lib/builtins/fixsfdi.c 16 COMPILER_RT_ABI du_int __fixunssfdi(float a);
18 COMPILER_RT_ABI di_int __fixsfdi(float a) {
projects/compiler-rt/lib/builtins/fixsfsi.c 15 COMPILER_RT_ABI si_int __fixsfsi(fp_t a) { return __fixint(a); }
projects/compiler-rt/lib/builtins/fixsfti.c 19 COMPILER_RT_ABI ti_int __fixsfti(fp_t a) { return __fixint(a); }
projects/compiler-rt/lib/builtins/fixunsdfdi.c 16 COMPILER_RT_ABI du_int __fixunsdfdi(double a) {
projects/compiler-rt/lib/builtins/fixunsdfsi.c 14 COMPILER_RT_ABI su_int __fixunsdfsi(fp_t a) { return __fixuint(a); }
projects/compiler-rt/lib/builtins/fixunsdfti.c 17 COMPILER_RT_ABI tu_int __fixunsdfti(fp_t a) { return __fixuint(a); }
projects/compiler-rt/lib/builtins/fixunssfdi.c 16 COMPILER_RT_ABI du_int __fixunssfdi(float a) {
projects/compiler-rt/lib/builtins/fixunssfsi.c 18 COMPILER_RT_ABI su_int __fixunssfsi(fp_t a) { return __fixuint(a); }
projects/compiler-rt/lib/builtins/fixunssfti.c 20 COMPILER_RT_ABI tu_int __fixunssfti(fp_t a) { return __fixuint(a); }
projects/compiler-rt/lib/builtins/fixunsxfdi.c 35 COMPILER_RT_ABI du_int __fixunsxfdi(long double a) {
projects/compiler-rt/lib/builtins/fixunsxfsi.c 35 COMPILER_RT_ABI su_int __fixunsxfsi(long double a) {
projects/compiler-rt/lib/builtins/fixunsxfti.c 28 COMPILER_RT_ABI tu_int __fixunsxfti(long double a) {
projects/compiler-rt/lib/builtins/fixxfdi.c 34 COMPILER_RT_ABI di_int __fixxfdi(long double a) {
projects/compiler-rt/lib/builtins/fixxfti.c 27 COMPILER_RT_ABI ti_int __fixxfti(long double a) {
projects/compiler-rt/lib/builtins/floatsidf.c 20 COMPILER_RT_ABI fp_t __floatsidf(int a) {
projects/compiler-rt/lib/builtins/floatsisf.c 20 COMPILER_RT_ABI fp_t __floatsisf(int a) {
projects/compiler-rt/lib/builtins/floattidf.c 25 COMPILER_RT_ABI double __floattidf(ti_int a) {
projects/compiler-rt/lib/builtins/floattisf.c 24 COMPILER_RT_ABI float __floattisf(ti_int a) {
projects/compiler-rt/lib/builtins/floattixf.c 26 COMPILER_RT_ABI long double __floattixf(ti_int a) {
projects/compiler-rt/lib/builtins/floatunsidf.c 20 COMPILER_RT_ABI fp_t __floatunsidf(unsigned int a) {
projects/compiler-rt/lib/builtins/floatunsisf.c 20 COMPILER_RT_ABI fp_t __floatunsisf(unsigned int a) {
projects/compiler-rt/lib/builtins/floatuntidf.c 25 COMPILER_RT_ABI double __floatuntidf(tu_int a) {
projects/compiler-rt/lib/builtins/floatuntisf.c 24 COMPILER_RT_ABI float __floatuntisf(tu_int a) {
projects/compiler-rt/lib/builtins/floatuntixf.c 26 COMPILER_RT_ABI long double __floatuntixf(tu_int a) {
projects/compiler-rt/lib/builtins/fp_lib.h 57 COMPILER_RT_ABI fp_t __addsf3(fp_t a, fp_t b);
100 COMPILER_RT_ABI fp_t __adddf3(fp_t a, fp_t b);
projects/compiler-rt/lib/builtins/gcc_personality_v0.c 172 COMPILER_RT_ABI _Unwind_Reason_Code __gcc_personality_v0(
projects/compiler-rt/lib/builtins/int_lib.h 87 COMPILER_RT_ABI si_int __paritysi2(si_int a);
88 COMPILER_RT_ABI si_int __paritydi2(di_int a);
90 COMPILER_RT_ABI di_int __divdi3(di_int a, di_int b);
91 COMPILER_RT_ABI si_int __divsi3(si_int a, si_int b);
92 COMPILER_RT_ABI su_int __udivsi3(su_int n, su_int d);
94 COMPILER_RT_ABI su_int __udivmodsi4(su_int a, su_int b, su_int *rem);
95 COMPILER_RT_ABI du_int __udivmoddi4(du_int a, du_int b, du_int *rem);
97 COMPILER_RT_ABI si_int __clzti2(ti_int a);
98 COMPILER_RT_ABI tu_int __udivmodti4(tu_int a, tu_int b, tu_int *rem);
projects/compiler-rt/lib/builtins/lshrdi3.c 19 COMPILER_RT_ABI di_int __lshrdi3(di_int a, si_int b) {
projects/compiler-rt/lib/builtins/lshrti3.c 21 COMPILER_RT_ABI ti_int __lshrti3(ti_int a, si_int b) {
projects/compiler-rt/lib/builtins/moddi3.c 17 COMPILER_RT_ABI di_int __moddi3(di_int a, di_int b) {
projects/compiler-rt/lib/builtins/modsi3.c 17 COMPILER_RT_ABI si_int __modsi3(si_int a, si_int b) {
projects/compiler-rt/lib/builtins/modti3.c 19 COMPILER_RT_ABI ti_int __modti3(ti_int a, ti_int b) {
projects/compiler-rt/lib/builtins/muldc3.c 18 COMPILER_RT_ABI Dcomplex __muldc3(double __a, double __b, double __c,
projects/compiler-rt/lib/builtins/muldf3.c 17 COMPILER_RT_ABI fp_t __muldf3(fp_t a, fp_t b) { return __mulXf3__(a, b); }
projects/compiler-rt/lib/builtins/muldi3.c 38 COMPILER_RT_ABI di_int __muldi3(di_int a, di_int b) {
projects/compiler-rt/lib/builtins/mulodi4.c 19 COMPILER_RT_ABI di_int __mulodi4(di_int a, di_int b, int *overflow) {
projects/compiler-rt/lib/builtins/mulosi4.c 19 COMPILER_RT_ABI si_int __mulosi4(si_int a, si_int b, int *overflow) {
projects/compiler-rt/lib/builtins/muloti4.c 21 COMPILER_RT_ABI ti_int __muloti4(ti_int a, ti_int b, int *overflow) {
projects/compiler-rt/lib/builtins/mulsc3.c 18 COMPILER_RT_ABI Fcomplex __mulsc3(float __a, float __b, float __c, float __d) {
projects/compiler-rt/lib/builtins/mulsf3.c 17 COMPILER_RT_ABI fp_t __mulsf3(fp_t a, fp_t b) { return __mulXf3__(a, b); }
projects/compiler-rt/lib/builtins/multc3.c 18 COMPILER_RT_ABI long double _Complex __multc3(long double a, long double b,
projects/compiler-rt/lib/builtins/multi3.c 40 COMPILER_RT_ABI ti_int __multi3(ti_int a, ti_int b) {
projects/compiler-rt/lib/builtins/mulvdi3.c 19 COMPILER_RT_ABI di_int __mulvdi3(di_int a, di_int b) {
projects/compiler-rt/lib/builtins/mulvsi3.c 19 COMPILER_RT_ABI si_int __mulvsi3(si_int a, si_int b) {
projects/compiler-rt/lib/builtins/mulvti3.c 21 COMPILER_RT_ABI ti_int __mulvti3(ti_int a, ti_int b) {
projects/compiler-rt/lib/builtins/mulxc3.c 20 COMPILER_RT_ABI Lcomplex __mulxc3(long double __a, long double __b,
projects/compiler-rt/lib/builtins/negdf2.c 16 COMPILER_RT_ABI fp_t __negdf2(fp_t a) { return fromRep(toRep(a) ^ signBit); }
projects/compiler-rt/lib/builtins/negdi2.c 17 COMPILER_RT_ABI di_int __negdi2(di_int a) {
projects/compiler-rt/lib/builtins/negsf2.c 16 COMPILER_RT_ABI fp_t __negsf2(fp_t a) { return fromRep(toRep(a) ^ signBit); }
projects/compiler-rt/lib/builtins/negti2.c 19 COMPILER_RT_ABI ti_int __negti2(ti_int a) {
projects/compiler-rt/lib/builtins/negvdi2.c 19 COMPILER_RT_ABI di_int __negvdi2(di_int a) {
projects/compiler-rt/lib/builtins/negvsi2.c 19 COMPILER_RT_ABI si_int __negvsi2(si_int a) {
projects/compiler-rt/lib/builtins/negvti2.c 21 COMPILER_RT_ABI ti_int __negvti2(ti_int a) {
projects/compiler-rt/lib/builtins/paritydi2.c 17 COMPILER_RT_ABI si_int __paritydi2(di_int a) {
projects/compiler-rt/lib/builtins/paritysi2.c 17 COMPILER_RT_ABI si_int __paritysi2(si_int a) {
projects/compiler-rt/lib/builtins/parityti2.c 19 COMPILER_RT_ABI si_int __parityti2(ti_int a) {
projects/compiler-rt/lib/builtins/popcountdi2.c 17 COMPILER_RT_ABI si_int __popcountdi2(di_int a) {
projects/compiler-rt/lib/builtins/popcountsi2.c 17 COMPILER_RT_ABI si_int __popcountsi2(si_int a) {
projects/compiler-rt/lib/builtins/popcountti2.c 20 COMPILER_RT_ABI si_int __popcountti2(ti_int a) {
projects/compiler-rt/lib/builtins/powidf2.c 17 COMPILER_RT_ABI double __powidf2(double a, si_int b) {
projects/compiler-rt/lib/builtins/powisf2.c 17 COMPILER_RT_ABI float __powisf2(float a, si_int b) {
projects/compiler-rt/lib/builtins/powixf2.c 19 COMPILER_RT_ABI long double __powixf2(long double a, si_int b) {
projects/compiler-rt/lib/builtins/subdf3.c 17 COMPILER_RT_ABI fp_t __subdf3(fp_t a, fp_t b) {
projects/compiler-rt/lib/builtins/subsf3.c 17 COMPILER_RT_ABI fp_t __subsf3(fp_t a, fp_t b) {
projects/compiler-rt/lib/builtins/subvdi3.c 19 COMPILER_RT_ABI di_int __subvdi3(di_int a, di_int b) {
projects/compiler-rt/lib/builtins/subvsi3.c 19 COMPILER_RT_ABI si_int __subvsi3(si_int a, si_int b) {
projects/compiler-rt/lib/builtins/subvti3.c 21 COMPILER_RT_ABI ti_int __subvti3(ti_int a, ti_int b) {
projects/compiler-rt/lib/builtins/truncdfhf2.c 13 COMPILER_RT_ABI uint16_t __truncdfhf2(double a) { return __truncXfYf2__(a); }
projects/compiler-rt/lib/builtins/truncdfsf2.c 13 COMPILER_RT_ABI float __truncdfsf2(double a) { return __truncXfYf2__(a); }
projects/compiler-rt/lib/builtins/truncsfhf2.c 15 COMPILER_RT_ABI NOINLINE uint16_t __truncsfhf2(float a) {
19 COMPILER_RT_ABI uint16_t __gnu_f2h_ieee(float a) { return __truncsfhf2(a); }
projects/compiler-rt/lib/builtins/ucmpdi2.c 19 COMPILER_RT_ABI si_int __ucmpdi2(du_int a, du_int b) {
projects/compiler-rt/lib/builtins/ucmpti2.c 21 COMPILER_RT_ABI si_int __ucmpti2(tu_int a, tu_int b) {
projects/compiler-rt/lib/builtins/udivdi3.c 17 COMPILER_RT_ABI du_int __udivdi3(du_int a, du_int b) {
projects/compiler-rt/lib/builtins/udivmoddi4.c 27 COMPILER_RT_ABI du_int __udivmoddi4(du_int a, du_int b, du_int *rem) {
projects/compiler-rt/lib/builtins/udivmodsi4.c 17 COMPILER_RT_ABI su_int __udivmodsi4(su_int a, su_int b, su_int *rem) {
projects/compiler-rt/lib/builtins/udivmodti4.c 22 COMPILER_RT_ABI tu_int __udivmodti4(tu_int a, tu_int b, tu_int *rem) {
projects/compiler-rt/lib/builtins/udivsi3.c 20 COMPILER_RT_ABI su_int __udivsi3(su_int n, su_int d) {
projects/compiler-rt/lib/builtins/udivti3.c 19 COMPILER_RT_ABI tu_int __udivti3(tu_int a, tu_int b) {
projects/compiler-rt/lib/builtins/umoddi3.c 17 COMPILER_RT_ABI du_int __umoddi3(du_int a, du_int b) {
projects/compiler-rt/lib/builtins/umodsi3.c 17 COMPILER_RT_ABI su_int __umodsi3(su_int a, su_int b) {
projects/compiler-rt/lib/builtins/umodti3.c 19 COMPILER_RT_ABI tu_int __umodti3(tu_int a, tu_int b) {