Home
last modified time | relevance | path

Searched refs:COMPILER_RT_ABI (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dint_lib.h36 # define COMPILER_RT_ABI macro
38 # define COMPILER_RT_ABI __attribute__((__pcs__("aapcs"))) macro
41 # define COMPILER_RT_ABI macro
80 COMPILER_RT_ABI si_int __paritysi2(si_int a);
81 COMPILER_RT_ABI si_int __paritydi2(di_int a);
83 COMPILER_RT_ABI di_int __divdi3(di_int a, di_int b);
84 COMPILER_RT_ABI si_int __divsi3(si_int a, si_int b);
85 COMPILER_RT_ABI su_int __udivsi3(su_int n, su_int d);
87 COMPILER_RT_ABI su_int __udivmodsi4(su_int a, su_int b, su_int* rem);
88 COMPILER_RT_ABI du_int __udivmoddi4(du_int a, du_int b, du_int* rem);
[all …]
H A Dcomparetf2.c51 COMPILER_RT_ABI enum LE_RESULT __letf2(fp_t a, fp_t b) { in __letf2()
94 COMPILER_RT_ABI enum GE_RESULT __getf2(fp_t a, fp_t b) { in __getf2()
114 COMPILER_RT_ABI int __unordtf2(fp_t a, fp_t b) { in __unordtf2()
122 COMPILER_RT_ABI enum LE_RESULT __eqtf2(fp_t a, fp_t b) { in __eqtf2()
126 COMPILER_RT_ABI enum LE_RESULT __lttf2(fp_t a, fp_t b) { in __lttf2()
130 COMPILER_RT_ABI enum LE_RESULT __netf2(fp_t a, fp_t b) { in __netf2()
134 COMPILER_RT_ABI enum GE_RESULT __gttf2(fp_t a, fp_t b) { in __gttf2()
H A Dcomparesf2.c50 COMPILER_RT_ABI enum LE_RESULT
95 COMPILER_RT_ABI enum GE_RESULT
116 COMPILER_RT_ABI int
125 COMPILER_RT_ABI enum LE_RESULT
130 COMPILER_RT_ABI enum LE_RESULT
135 COMPILER_RT_ABI enum LE_RESULT
140 COMPILER_RT_ABI enum GE_RESULT
H A Dcomparedf2.c50 COMPILER_RT_ABI enum LE_RESULT
95 COMPILER_RT_ABI enum GE_RESULT
116 COMPILER_RT_ABI int
125 COMPILER_RT_ABI enum LE_RESULT
130 COMPILER_RT_ABI enum LE_RESULT
135 COMPILER_RT_ABI enum LE_RESULT
140 COMPILER_RT_ABI enum GE_RESULT
H A Dfixdfdi.c19 COMPILER_RT_ABI du_int __fixunsdfdi(double a);
21 COMPILER_RT_ABI di_int
40 COMPILER_RT_ABI di_int
H A Dfixsfdi.c19 COMPILER_RT_ABI du_int __fixunssfdi(float a);
21 COMPILER_RT_ABI di_int
40 COMPILER_RT_ABI di_int
H A Dsubtf3.c19 COMPILER_RT_ABI fp_t __addtf3(fp_t a, fp_t b);
22 COMPILER_RT_ABI fp_t
H A Dextendhfsf2.c17 COMPILER_RT_ABI NOINLINE float __extendhfsf2(uint16_t a) { in __extendhfsf2()
21 COMPILER_RT_ABI float __gnu_h2f_ieee(uint16_t a) { in __gnu_h2f_ieee()
H A Dtruncsfhf2.c16 COMPILER_RT_ABI NOINLINE uint16_t __truncsfhf2(float a) { in __truncsfhf2()
20 COMPILER_RT_ABI uint16_t __gnu_f2h_ieee(float a) { in __gnu_f2h_ieee()
H A Dfixunsdfdi.c19 COMPILER_RT_ABI du_int
37 COMPILER_RT_ABI du_int
H A Dfixunssfdi.c19 COMPILER_RT_ABI du_int
38 COMPILER_RT_ABI du_int
H A Dcmpdi2.c22 COMPILER_RT_ABI si_int
45 COMPILER_RT_ABI si_int
H A Ducmpdi2.c22 COMPILER_RT_ABI si_int
45 COMPILER_RT_ABI si_int
H A Dfloatundidf.c30 COMPILER_RT_ABI double
52 COMPILER_RT_ABI double
H A Dfloatdidf.c30 COMPILER_RT_ABI double
50 COMPILER_RT_ABI double
H A Dgcc_personality_v0.c146 COMPILER_RT_ABI _Unwind_Reason_Code
151 COMPILER_RT_ABI _Unwind_Reason_Code in __gcc_personality_sj0()
H A Dnegdi2.c19 COMPILER_RT_ABI di_int
H A Dnegti2.c21 COMPILER_RT_ABI ti_int
H A Dextenddftf2.c19 COMPILER_RT_ABI long double __extenddftf2(double a) { in __extenddftf2()
H A Dtrunctfdf2.c18 COMPILER_RT_ABI double __trunctfdf2(long double a) { in __trunctfdf2()
H A Dextendsftf2.c19 COMPILER_RT_ABI long double __extendsftf2(float a) { in __extendsftf2()
H A Daddtf3.c21 COMPILER_RT_ABI long double __addtf3(long double a, long double b){ in __addtf3()
H A Dudivdi3.c19 COMPILER_RT_ABI du_int
H A Dtrunctfsf2.c18 COMPILER_RT_ABI float __trunctfsf2(long double a) { in __trunctfsf2()
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dnegvti2_test.c23 COMPILER_RT_ABI ti_int __negvti2(ti_int a);
24 COMPILER_RT_ABI ti_int __negti2(ti_int a);

12345678910>>...12