HomeSort by relevance Sort by last modified time
    Searched refs:COMPILER_RT_ABI (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /external/compiler-rt/lib/builtins/
extendhfsf2.c 15 COMPILER_RT_ABI float __extendhfsf2(uint16_t a) {
19 COMPILER_RT_ABI float __gnu_h2f_ieee(uint16_t a) {
truncsfhf2.c 14 COMPILER_RT_ABI uint16_t __truncsfhf2(float a) {
18 COMPILER_RT_ABI uint16_t __gnu_f2h_ieee(float a) {
negdi2.c 19 COMPILER_RT_ABI di_int
negti2.c 21 COMPILER_RT_ABI ti_int
truncdfhf2.c 14 COMPILER_RT_ABI uint16_t __truncdfhf2(double a) {
addtf3.c 21 COMPILER_RT_ABI long double __addtf3(long double a, long double b){
extenddftf2.c 19 COMPILER_RT_ABI long double __extenddftf2(double a) {
extendsfdf2.c 17 COMPILER_RT_ABI double __extendsfdf2(float a) {
extendsftf2.c 19 COMPILER_RT_ABI long double __extendsftf2(float a) {
truncdfsf2.c 16 COMPILER_RT_ABI float __truncdfsf2(double a) {
trunctfdf2.c 18 COMPILER_RT_ABI double __trunctfdf2(long double a) {
trunctfsf2.c 18 COMPILER_RT_ABI float __trunctfsf2(long double a) {
udivdi3.c 19 COMPILER_RT_ABI du_int
fixdfdi.c 20 COMPILER_RT_ABI du_int __fixunsdfdi(double a);
22 COMPILER_RT_ABI di_int
41 COMPILER_RT_ABI di_int
fixsfdi.c 21 COMPILER_RT_ABI du_int __fixunssfdi(float a);
23 COMPILER_RT_ABI di_int
42 COMPILER_RT_ABI di_int
int_lib.h 28 # define COMPILER_RT_ABI __attribute__((pcs("aapcs")))
31 # define COMPILER_RT_ABI
56 COMPILER_RT_ABI si_int __paritysi2(si_int a);
57 COMPILER_RT_ABI si_int __paritydi2(di_int a);
59 COMPILER_RT_ABI di_int __divdi3(di_int a, di_int b);
60 COMPILER_RT_ABI si_int __divsi3(si_int a, si_int b);
61 COMPILER_RT_ABI su_int __udivsi3(su_int n, su_int d);
63 COMPILER_RT_ABI su_int __udivmodsi4(su_int a, su_int b, su_int* rem);
64 COMPILER_RT_ABI du_int __udivmoddi4(du_int a, du_int b, du_int* rem);
66 COMPILER_RT_ABI si_int __clzti2(ti_int a)
    [all...]
adddf3.c 20 COMPILER_RT_ABI double __adddf3(double a, double b){
addsf3.c 20 COMPILER_RT_ABI float __addsf3(float a, float b) {
fixdfti.c 21 COMPILER_RT_ABI ti_int
fixsfti.c 21 COMPILER_RT_ABI ti_int
fixtfdi.c 19 COMPILER_RT_ABI di_int
fixtfsi.c 19 COMPILER_RT_ABI si_int
fixtfti.c 19 COMPILER_RT_ABI ti_int
fixunsdfsi.c 18 COMPILER_RT_ABI su_int
fixunsdfti.c 19 COMPILER_RT_ABI tu_int

Completed in 564 milliseconds

1 2 3 4 5 6