Lines Matching refs:soft_func
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); \
123 #define AEABI_FUNC2_REV(name, in_type, soft_func) \ argument
126 return soft_func (b, a); \