/sysdeps/ia64/fpu/ |
A D | s_truncl.S | 57 rExpMask = r17 define 107 mov rExpMask = 0x1FFFF // Form exponent mask 128 and rExp = rSignexp, rExpMask // Get biased exponent
|
A D | s_trunc.S | 57 rExpMask = r17 define 107 mov rExpMask = 0x1FFFF // Form exponent mask 128 and rExp = rSignexp, rExpMask // Get biased exponent
|
A D | s_truncf.S | 57 rExpMask = r17 define 107 mov rExpMask = 0x1FFFF // Form exponent mask 128 and rExp = rSignexp, rExpMask // Get biased exponent
|
A D | s_nearbyint.S | 58 rExpMask = r16 define 111 mov rExpMask = 0x1FFFF // Form exponent mask 131 and rExp = rSignexp, rExpMask // Get biased exponent
|
A D | s_nearbyintf.S | 58 rExpMask = r16 define 111 mov rExpMask = 0x1FFFF // Form exponent mask 131 and rExp = rSignexp, rExpMask // Get biased exponent
|
A D | s_nearbyintl.S | 58 rExpMask = r16 define 111 mov rExpMask = 0x1FFFF // Form exponent mask 131 and rExp = rSignexp, rExpMask // Get biased exponent
|
A D | s_floor.S | 60 rExpMask = r16 define 116 mov rExpMask = 0x1FFFF // Form exponent mask 167 and rExp = rSignexp, rExpMask // Get biased exponent
|
A D | s_floorf.S | 59 rExpMask = r16 define 115 mov rExpMask = 0x1FFFF // Form exponent mask 166 and rExp = rSignexp, rExpMask // Get biased exponent
|
A D | s_floorl.S | 59 rExpMask = r16 define 115 mov rExpMask = 0x1FFFF // Form exponent mask 166 and rExp = rSignexp, rExpMask // Get biased exponent
|
A D | s_rint.S | 57 rExpMask = r16 define 112 mov rExpMask = 0x1FFFF // Form exponent mask 132 and rExp = rSignexp, rExpMask // Get biased exponent
|
A D | s_rintf.S | 57 rExpMask = r16 define 112 mov rExpMask = 0x1FFFF // Form exponent mask 132 and rExp = rSignexp, rExpMask // Get biased exponent
|
A D | s_rintl.S | 57 rExpMask = r16 define 112 mov rExpMask = 0x1FFFF // Form exponent mask 132 and rExp = rSignexp, rExpMask // Get biased exponent
|
A D | s_roundl.S | 59 rExpMask = r16 define 117 mov rExpMask = 0x1FFFF // Form exponent mask 152 and rExp = rSignexp, rExpMask // Get biased exponent
|
A D | s_ceil.S | 58 rExpMask = r16 define 115 mov rExpMask = 0x1FFFF // Form exponent mask 166 and rExp = rSignexp, rExpMask // Get biased exponent
|
A D | s_ceilf.S | 58 rExpMask = r16 define 115 mov rExpMask = 0x1FFFF // Form exponent mask 166 and rExp = rSignexp, rExpMask // Get biased exponent
|
A D | s_ceill.S | 58 rExpMask = r16 define 115 mov rExpMask = 0x1FFFF // Form exponent mask 166 and rExp = rSignexp, rExpMask // Get biased exponent
|
A D | s_round.S | 59 rExpMask = r16 define 117 mov rExpMask = 0x1FFFF // Form exponent mask 152 and rExp = rSignexp, rExpMask // Get biased exponent
|
A D | s_roundf.S | 59 rExpMask = r16 define 117 mov rExpMask = 0x1FFFF // Form exponent mask 152 and rExp = rSignexp, rExpMask // Get biased exponent
|
A D | s_logb.S | 86 rExpMask = r27 define 121 mov rExpMask = 0x1ffff // Exponent mask 136 and rExp_x = rSignexp_x, rExpMask // Get biased exponent
|
A D | s_logbf.S | 86 rExpMask = r27 define 121 mov rExpMask = 0x1ffff // Exponent mask 136 and rExp_x = rSignexp_x, rExpMask // Get biased exponent
|
A D | s_logbl.S | 86 rExpMask = r27 define 121 mov rExpMask = 0x1ffff // Exponent mask 136 and rExp_x = rSignexp_x, rExpMask // Get biased exponent
|
A D | s_ilogb.S | 84 rExpMask = r27 define 118 mov rExpMask = 0x1ffff // Exponent mask 133 and rExp_x = rSignexp_x, rExpMask // Get biased exponent
|
A D | s_ilogbf.S | 84 rExpMask = r27 define 118 mov rExpMask = 0x1ffff // Exponent mask 133 and rExp_x = rSignexp_x, rExpMask // Get biased exponent
|
A D | e_ilogbl.S | 84 rExpMask = r27 define 118 mov rExpMask = 0x1ffff // Exponent mask 133 and rExp_x = rSignexp_x, rExpMask // Get biased exponent
|