Searched refs:ROOTLO (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
H A D | dfsqrt.S | 35 #define ROOTLO r12 macro 181 PROD = mpyu(ROOTHI,ROOTLO) 199 ERROR -= mpyu(ROOTHI,ROOTLO) // amount is 31, no shift needed 203 PROD = mpyu(ROOTLO,ROOTLO) 222 PROD = mpyu(ROOTHI,ROOTLO) 226 PROD = mpyu(ROOTLO,ROOTLO) 249 HL = mpyu(ROOTHI,ROOTLO) 250 LL = mpyu(ROOTLO,ROOTLO) 315 if (!P_TMP.new) ROOTLO = or(ROOTLO,S_ONE) // if so, it's exact... hopefully
|