Home
last modified time | relevance | path

Searched refs:rExpMask (Results 1 – 24 of 24) sorted by relevance

/sysdeps/ia64/fpu/
A Ds_truncl.S57 rExpMask = r17 define
107 mov rExpMask = 0x1FFFF // Form exponent mask
128 and rExp = rSignexp, rExpMask // Get biased exponent
A Ds_trunc.S57 rExpMask = r17 define
107 mov rExpMask = 0x1FFFF // Form exponent mask
128 and rExp = rSignexp, rExpMask // Get biased exponent
A Ds_truncf.S57 rExpMask = r17 define
107 mov rExpMask = 0x1FFFF // Form exponent mask
128 and rExp = rSignexp, rExpMask // Get biased exponent
A Ds_nearbyint.S58 rExpMask = r16 define
111 mov rExpMask = 0x1FFFF // Form exponent mask
131 and rExp = rSignexp, rExpMask // Get biased exponent
A Ds_nearbyintf.S58 rExpMask = r16 define
111 mov rExpMask = 0x1FFFF // Form exponent mask
131 and rExp = rSignexp, rExpMask // Get biased exponent
A Ds_nearbyintl.S58 rExpMask = r16 define
111 mov rExpMask = 0x1FFFF // Form exponent mask
131 and rExp = rSignexp, rExpMask // Get biased exponent
A Ds_floor.S60 rExpMask = r16 define
116 mov rExpMask = 0x1FFFF // Form exponent mask
167 and rExp = rSignexp, rExpMask // Get biased exponent
A Ds_floorf.S59 rExpMask = r16 define
115 mov rExpMask = 0x1FFFF // Form exponent mask
166 and rExp = rSignexp, rExpMask // Get biased exponent
A Ds_floorl.S59 rExpMask = r16 define
115 mov rExpMask = 0x1FFFF // Form exponent mask
166 and rExp = rSignexp, rExpMask // Get biased exponent
A Ds_rint.S57 rExpMask = r16 define
112 mov rExpMask = 0x1FFFF // Form exponent mask
132 and rExp = rSignexp, rExpMask // Get biased exponent
A Ds_rintf.S57 rExpMask = r16 define
112 mov rExpMask = 0x1FFFF // Form exponent mask
132 and rExp = rSignexp, rExpMask // Get biased exponent
A Ds_rintl.S57 rExpMask = r16 define
112 mov rExpMask = 0x1FFFF // Form exponent mask
132 and rExp = rSignexp, rExpMask // Get biased exponent
A Ds_roundl.S59 rExpMask = r16 define
117 mov rExpMask = 0x1FFFF // Form exponent mask
152 and rExp = rSignexp, rExpMask // Get biased exponent
A Ds_ceil.S58 rExpMask = r16 define
115 mov rExpMask = 0x1FFFF // Form exponent mask
166 and rExp = rSignexp, rExpMask // Get biased exponent
A Ds_ceilf.S58 rExpMask = r16 define
115 mov rExpMask = 0x1FFFF // Form exponent mask
166 and rExp = rSignexp, rExpMask // Get biased exponent
A Ds_ceill.S58 rExpMask = r16 define
115 mov rExpMask = 0x1FFFF // Form exponent mask
166 and rExp = rSignexp, rExpMask // Get biased exponent
A Ds_round.S59 rExpMask = r16 define
117 mov rExpMask = 0x1FFFF // Form exponent mask
152 and rExp = rSignexp, rExpMask // Get biased exponent
A Ds_roundf.S59 rExpMask = r16 define
117 mov rExpMask = 0x1FFFF // Form exponent mask
152 and rExp = rSignexp, rExpMask // Get biased exponent
A Ds_logb.S86 rExpMask = r27 define
121 mov rExpMask = 0x1ffff // Exponent mask
136 and rExp_x = rSignexp_x, rExpMask // Get biased exponent
A Ds_logbf.S86 rExpMask = r27 define
121 mov rExpMask = 0x1ffff // Exponent mask
136 and rExp_x = rSignexp_x, rExpMask // Get biased exponent
A Ds_logbl.S86 rExpMask = r27 define
121 mov rExpMask = 0x1ffff // Exponent mask
136 and rExp_x = rSignexp_x, rExpMask // Get biased exponent
A Ds_ilogb.S84 rExpMask = r27 define
118 mov rExpMask = 0x1ffff // Exponent mask
133 and rExp_x = rSignexp_x, rExpMask // Get biased exponent
A Ds_ilogbf.S84 rExpMask = r27 define
118 mov rExpMask = 0x1ffff // Exponent mask
133 and rExp_x = rSignexp_x, rExpMask // Get biased exponent
A De_ilogbl.S84 rExpMask = r27 define
118 mov rExpMask = 0x1ffff // Exponent mask
133 and rExp_x = rSignexp_x, rExpMask // Get biased exponent

Completed in 16 milliseconds