Searched refs:DF_EXPBITS (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
H A D | dfdiv.S | 58 #define DF_EXPBITS 11 macro 103 EXPB = extractu(EXPB,#DF_EXPBITS,#DF_MANTBITS-32) 104 EXPA = extractu(EXPA,#DF_EXPBITS,#DF_MANTBITS-32) 120 REMHI = insert(ONE,#DF_EXPBITS+1,#DF_MANTBITS-32) 125 DENOMHI = insert(ONE,#DF_EXPBITS+1,#DF_MANTBITS-32) 225 EXPB = extractu(AH,#DF_EXPBITS,#DF_MANTBITS-32) 403 AH = insert(TMP,#DF_EXPBITS+1,#DF_MANTBITS-32) // clear out hidden bit, sign bit 404 BH = insert(TMP,#DF_EXPBITS+1,#DF_MANTBITS-32) // clear out hidden bit, sign bit 411 QH = add(clb(A),#-DF_EXPBITS) 412 QL = add(clb(B),#-DF_EXPBITS) [all …]
|
H A D | dfsqrt.S | 48 #define DF_EXPBITS 11 macro 81 EXP = extractu(AH,#DF_EXPBITS,#DF_MANTBITS-32) 119 FRACRADH = insert(S_ONE,#DF_EXPBITS+1,#DF_MANTBITS-32) // replace upper bits with hidden 375 EXP = add(clb(A),#-DF_EXPBITS) // how much to normalize?
|