Searched refs:soft_func (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/arm/aeabi/ |
H A D | aeabi_vfp.h | 74 #define AEABI_FUNC(name, in_type, soft_func) \ argument 80 return soft_func (a); \ 84 #define AEABI_FUNC2(name, in_type, soft_func) \ argument 90 return soft_func (a, b); \ 94 #define AEABI_FUNC2_REV(name, in_type, soft_func) \ argument 100 return soft_func (b, a); \ 107 #define AEABI_FUNC(name, in_type, soft_func) \ argument 110 return soft_func (a); \ 114 #define AEABI_FUNC2(name, in_type, soft_func) \ argument 117 return soft_func (a, b); \ [all …]
|