Lines Matching refs:op
46 # define __inline_mathop(func, op, attrs) \ argument
47 __inline_mathop1(double, func, op, attrs) \
48 __inline_mathop1(float, __CONCAT(func,f), op, attrs) \
49 __inline_mathop1(long double, __CONCAT(func,l), op, attrs)
51 #define __inline_mathop1(float_type,func, op, attrs) \ argument
55 __asm __volatile__ ("f" __STRING(op) "%.x %1, %0" \
231 #define __inline_mathop(func, op, attrs) \ argument
232 __inline_mathop1(double, func, op, attrs) \
233 __inline_mathop1(float, __CONCAT(func,f), op, attrs) \
234 __inline_mathop1(long double, __CONCAT(func,l), op, attrs)
236 #define __inline_mathop1(float_type,func, op, attrs) \ argument
240 __asm __volatile__ ("f" __STRING(op) "%.x %1, %0" \