Searched refs:REM_LO (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfsqrt.S243 #define REM_LO r1:0 define
252 REM_LO = #0 define
261 REM_LO = sub(REM_LO,LL,P_CARRY0):carry define
275 REM_LO_TMP = sub(REM_LO,TWOROOT_LO,P_CARRY1):carry
291 if (P_CARRY1) REM_LO = REM_LO_TMP
295 REM_LO_TMP = sub(REM_LO,TWOROOT_LO,P_CARRY2):carry
305 if (P_CARRY2) REM_LO = REM_LO_TMP
314 P_TMP = cmp.eq(REM_LO,ZERO) // is the low part zero
319 #undef REM_LO
[all...]

Completed in 155 milliseconds