Searched refs:SR_ROUND_OFF (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/compiler-rt/lib/builtins/hexagon/ |
D | dfaddsub.S | 51 #ifndef SR_ROUND_OFF 52 #define SR_ROUND_OFF 22 macro 235 EXPB = extractu(TMP,#2,#SR_ROUND_OFF) // rounding bits 374 TMP = extractu(TMP,#2,#SR_ROUND_OFF)
|
D | dffma.S | 74 #ifndef SR_ROUND_OFF 75 #define SR_ROUND_OFF 22 macro 328 TMP = extractu(TMP,#2,#SR_ROUND_OFF) 475 BH = extractu(TMP,#2,#SR_ROUND_OFF) 652 TMP = extractu(TMP,#2,#SR_ROUND_OFF)
|
D | dfmul.S | 58 #define SR_ROUND_OFF 22 macro 265 PP_LL_L = extractu(TMP,#2,#SR_ROUND_OFF) // rounding bits 353 BTMPH = extractu(TMP,#2,#SR_ROUND_OFF) // get rounding mode
|
D | dfdiv.S | 63 #define SR_ROUND_OFF 22 macro 333 QH = extractu(TMP,#2,#SR_ROUND_OFF)
|