Searched refs:AEABI_FUNC2 (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/arm/aeabi/ |
H A D | aeabi_double.c | 60 int AEABI_FUNC2(dcmpeq, float64, float64_eq) in AEABI_FUNC2() function 61 int AEABI_FUNC2(dcmplt, float64, float64_lt) in AEABI_FUNC2() 62 int AEABI_FUNC2(dcmple, float64, float64_le) in AEABI_FUNC2() 65 int AEABI_FUNC2(dcmpun, float64, __unorddf2) in AEABI_FUNC2() 71 float64 AEABI_FUNC2(dadd, float64, float64_add) in AEABI_FUNC2() 72 float64 AEABI_FUNC2(ddiv, float64, float64_div) in AEABI_FUNC2() 73 float64 AEABI_FUNC2(dmul, float64, float64_mul) in AEABI_FUNC2() 74 float64 AEABI_FUNC2(dsub, float64, float64_sub) in AEABI_FUNC2()
|
H A D | aeabi_float.c | 60 int AEABI_FUNC2(fcmpeq, float32, float32_eq) in AEABI_FUNC2() function 61 int AEABI_FUNC2(fcmplt, float32, float32_lt) in AEABI_FUNC2() 62 int AEABI_FUNC2(fcmple, float32, float32_le) in AEABI_FUNC2() 65 int AEABI_FUNC2(fcmpun, float32, __unordsf2) in AEABI_FUNC2() 71 float32 AEABI_FUNC2(fadd, float32, float32_add) in AEABI_FUNC2() 72 float32 AEABI_FUNC2(fdiv, float32, float32_div) in AEABI_FUNC2() 73 float32 AEABI_FUNC2(fmul, float32, float32_mul) in AEABI_FUNC2() 74 float32 AEABI_FUNC2(fsub, float32, float32_sub) in AEABI_FUNC2()
|
H A D | aeabi_vfp.h | 84 #define AEABI_FUNC2(name, in_type, soft_func) \ macro 114 #define AEABI_FUNC2(name, in_type, soft_func) \ macro
|