Searched refs:GR_IndxPlusBias (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/sysdeps/ia64/fpu/ |
D | s_erfcf.S | 156 GR_IndxPlusBias = r19 define 424 getf.exp GR_IndxPlusBias = f8 // (sign + exp + bias) of x 460 and GR_IndxPlusBias = GR_IndxPlusBias, GR_ExpMask // i + bias 467 cmp.lt p15,p0 = GR_IndxPlusBias, GR_BIAS//p15: i < 0 (for |x|<1) 478 (p15) mov GR_IndxPlusBias = GR_BIAS //Let i = 0 if i < 0 491 shl GR_ShftPi = GR_IndxPlusBias, 7
|
D | s_erfc.S | 161 GR_IndxPlusBias = r54 define 867 getf.exp GR_IndxPlusBias = FR_Tmp // exp + bias for (|x|+1)^4 878 shladd GR_ShftXBi = GR_IndxPlusBias, 4, GR_ShftXBi_bias 879 shladd GR_ShftPi = GR_IndxPlusBias, 4, GR_ShftPi_bias 880 shl GR_ShftPi_8 = GR_IndxPlusBias, 8
|
D | s_erfcl.S | 425 GR_IndxPlusBias = r56 define 1467 getf.exp GR_IndxPlusBias = FR_Tmp // exp + bias for (|x|+1)^4 1491 shl GR_ShftPi = GR_IndxPlusBias, 8 1495 shladd GR_ShftXBi = GR_IndxPlusBias, 4, GR_ShftXBi_bias
|