Lines Matching refs:BTMPH
18 #define BTMPH r5 macro
88 PP_ODD += mpyu(ATMPL,BTMPH)
92 PP_HH = mpyu(ATMPH,BTMPH)
124 p0 = !cmp.gt(EXP0,BTMPH)
152 BTMPH = #0x7fff define
155 p0 = bitsset(ATMPH,BTMPH)
157 BTMPH = #0x030 define
160 if (p0) BTMPL = or(BTMPL,BTMPH)
184 BTMPH = #0 define
193 BTMPH = sub(EXP0,BTMPH) define
218 BTMPH = sub(#FUDGE,BTMPH) // amount to right shift define
222 BTMPH = min(BTMPH,TMP) // Don't shift more than 63 define
230 PP_HH = asr(PP_HH,BTMPH)
353 BTMPH = extractu(TMP,#2,#SR_ROUND_OFF) // get rounding mode define
357 p0 = cmp.gt(BTMPH,#1) // Round towards pos/neg inf?
359 BTMPH ^= lsr(AH,#31) // rounding my way --> set LSB
362 p0 = cmp.eq(BTMPH,#3) // if rounding towards right inf
413 #undef BTMPH