Home
last modified time | relevance | path

Searched refs:FAST_ALIAS (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dsfdiv_opt.S22 #define FAST_ALIAS(TAG) .global __hexagon_fast_##TAG ; .set __hexagon_fast_##TAG, __hexagon_##TAG macro
64 FAST_ALIAS(divsf3)
H A Dsfsqrt_opt.S30 #define FAST_ALIAS(TAG) .global __hexagon_fast_##TAG ; .set __hexagon_fast_##TAG, __hexagon_##TAG macro
80 FAST_ALIAS(sqrtf)
H A Ddfaddsub.S59 #define FAST_ALIAS(TAG) .global __hexagon_fast_##TAG ; .set __hexagon_fast_##TAG, __hexagon_##TAG macro
70 FAST_ALIAS(adddf3)
73 FAST_ALIAS(subdf3)
H A Ddfsqrt.S60 #define FAST_ALIAS(TAG) .global __hexagon_fast_##TAG ; .set __hexagon_fast_##TAG, __hexagon_##TAG; … macro
71 FAST_ALIAS(sqrtdf2)
72 FAST_ALIAS(sqrt)
H A Ddfmul.S54 #define FAST_ALIAS(TAG) .global __hexagon_fast_##TAG ; .set __hexagon_fast_##TAG, __hexagon_##TAG macro
63 FAST_ALIAS(muldf3)
H A Ddfdiv.S66 #define FAST_ALIAS(TAG) .global __hexagon_fast_##TAG ; .set __hexagon_fast_##TAG, __hexagon_##TAG macro
74 FAST_ALIAS(divdf3)