Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfdiv.S174 #define TMPPAIR r15:14 macro
181 TMPPAIR = sub(REM,DENOM) define
188 if (!P_TMP) REM = TMPPAIR
189 TMPPAIR = #0 define
192 P_TMP = cmp.eq(REM,TMPPAIR)
260 TMPPAIR = extractu(PROD,EXPBA) // bits that will get shifted out define
265 P_TMP = cmp.gtu(B,TMPPAIR)
293 TMPPAIR = combine(##0x00100000,#0) // min normal define
297 P_TMP = dfcmp.eq(TMPPAIR,B) // Is everything zero in the rounded value...