Home
last modified time | relevance | path

Searched refs:DFCLASS_INFINITE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfdiv.S52 #define DFCLASS_INFINITE 0x08 macro
55 #define DFCLASS_NONINFINITE (DFCLASS_NUMBER ^ DFCLASS_INFINITE)
365 P_INF = dfclass(A,#DFCLASS_INFINITE)
366 P_INF = dfclass(B,#DFCLASS_INFINITE)
H A Ddfsqrt.S56 #define DFCLASS_INFINITE 0x08 macro
366 P_TMP = dfclass(A,#DFCLASS_INFINITE)