Searched refs:mantexpa (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
H A D | fastmath_dlib_asm.S | 58 #define mantexpa R1:0 macro 84 mantexpd = VABSDIFFH(mantexpa, mantexpb) //represented as 0x08001LL 121 mantexpa = ASL(lmant, k) define 125 p0 = cmp.eq(mantexpa, zero) 126 p1 = cmp.eq(mantexpa, minus) 130 p2 = cmp.eq(mantexpa, minmin) //is result 0x80....0 193 #define mantexpa R1:0 macro 219 mantexpd = VABSDIFFH(mantexpa, mantexpb) //represented as 0x08001LL 256 mantexpa = ASL(lmant, k) define 260 p0 = cmp.eq(mantexpa, zero) [all …]
|
H A D | fastmath2_dlib_asm.S | 56 #define mantexpa R1:0 macro 76 mantexpd = VABSDIFFH(mantexpa, mantexpb) //represented as 0x08001LL 108 mantexpa = ASL(lmant, k) define 117 mantexpa = minmin define 157 #define mantexpa R1:0 macro 177 mantexpd = VABSDIFFH(mantexpa, mantexpb) //represented as 0x08001LL 209 mantexpa = ASL(lmant, k) define 218 mantexpa = minmin define 259 #define mantexpa R1:0 macro 299 p1 = cmp.eq(mantexpa, mantexpb) [all …]
|