Searched refs:PP_LL (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/compiler-rt/lib/builtins/hexagon/ |
D | dffma.S | 39 #define PP_LL r9:8 macro 125 PP_LL = mpyu(ATMPL,BTMPL) define 157 PP_LL = combine(PP_ODD_L,PP_LL_L) define 193 PP_LL_TMP = sub(PP_LL_TMP,PP_LL,PROD_NEG):carry 200 if (P_TMP) PP_LL = PP_LL_TMP 211 if (SWAP) PP_LL = CTMP2 212 if (SWAP) CTMP2 = PP_LL 262 PP_LL = add(CTMP2,PP_LL,P_CARRY):carry // use the carry to add the sticky define 279 CTMP = extractu(PP_LL,#62,#2) 280 PP_LL = asl(PP_LL,#62) define [all …]
|
D | dfmul.S | 37 #define PP_LL r15:14 macro 87 PP_LL = mpyu(ATMPL,BTMPL) define 91 PP_ODD += lsr(PP_LL,#32) 117 PP_LL = neg(PP_HH) define 122 if (!p2.new) PP_HH = PP_LL 227 PP_LL = extractu(PP_HH,BTMP) define 235 p0 = cmp.gtu(ONE,PP_LL) // Did we extract all zeros? 240 PP_LL = neg(PP_HH) define 245 if (!p3) PP_HH = PP_LL
|