Searched defs:EXPA (Results 1 – 3 of 3) sorted by relevance
/llvm-project/compiler-rt/lib/builtins/hexagon/ |
H A D | dffma.S | 52 #define EXPA r18 macro 150 EXPA = extractu(AH,#EXPBITS,#HI_MANTBITS) define 171 EXPA = add(EXPA,EXPB) define 187 EXPA = add(EXPA,#-BIAS+(ADJUST)) define 281 EXPA = add(EXPA,#-62) // And adjust exponent of result define 295 EXPA = sub(EXPA,LEFTSHIFT) define 313 EXPA = add(EXPA,#-BIAS-60) define 352 EXPA = add(EXPA,#-BIAS-60) define 374 #define EXPA r6 macro 397 EXPA = sub(#1+5,TMP) // Amount to right shift to denormalize define [all …]
|
H A D | dfdiv.S | 34 #define EXPA r12 macro 104 EXPA = extractu(EXPA,#DF_EXPBITS,#DF_MANTBITS-32) define 114 EXPA = sub(EXPA,EXPB) define 141 EXPA = add(EXPA,#-QADJ) define 229 EXPA = add(EXPA,EXPB) define 249 EXPA = sub(#FUDGE1,EXPA) // we extract post-converted exponent define 257 EXPA = #0 define 416 EXPA = extractu(EXPA,#DF_EXPBITS,#DF_MANTBITS-32) define
|
H A D | dfaddsub.S | 18 #define EXPA r4 macro 79 EXPA = extractu(AH,#EXPBITS,#HI_MANTBITS) define 292 EXPA = extractu(AH,#EXPBITS,#HI_MANTBITS) define
|