Searched refs:soft_func (Results 1 – 1 of 1) sorted by relevance
| /freebsd/lib/libc/arm/aeabi/ |
| H A D | aeabi_vfp.h | 76 #define AEABI_FUNC(name, in_type, soft_func) \ argument 82 return soft_func (a); \ 86 #define AEABI_FUNC2(name, in_type, soft_func) \ argument 92 return soft_func (a, b); \ 96 #define AEABI_FUNC2_REV(name, in_type, soft_func) \ argument 102 return soft_func (b, a); \ 109 #define AEABI_FUNC(name, in_type, soft_func) \ argument 112 return soft_func (a); \ 116 #define AEABI_FUNC2(name, in_type, soft_func) \ argument 119 return soft_func (a, b); \ [all …]
|