Home
last modified time | relevance | path

Searched refs:GR_N_as_int (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/sysdeps/ia64/fpu/
Ds_libm_ldexp.S86 GR_N_as_int = r21 define
127 (p9) mov GR_N_as_int = r33 // Copy N if int is 64 bits
129 (p8) sxt4 GR_N_as_int = r33 // Sign extend N if int is 32 bits
140 add GR_N_Biased = GR_Bias,GR_N_as_int
142 cmp.ge p7, p0 = GR_N_as_int, GR_Big // Certain overflow?
145 cmp.le p8, p0 = GR_N_as_int, GR_NBig // Certain underflow?
158 (p7) mov GR_N_as_int = GR_Big // Limit max N
161 (p8) mov GR_N_as_int = GR_NBig // Limit min N
172 (p7) add GR_N_Biased = GR_Bias,GR_N_as_int
204 add GR_exp_Result = GR_exp_X, GR_N_as_int
[all …]
Ds_libm_ldexpf.S86 GR_N_as_int = r21 define
127 (p9) mov GR_N_as_int = r33 // Copy N if int is 64 bits
129 (p8) sxt4 GR_N_as_int = r33 // Sign extend N if int is 32 bits
140 add GR_N_Biased = GR_Bias,GR_N_as_int
142 cmp.ge p7, p0 = GR_N_as_int, GR_Big // Certain overflow?
145 cmp.le p8, p0 = GR_N_as_int, GR_NBig // Certain underflow?
158 (p7) mov GR_N_as_int = GR_Big // Limit max N
161 (p8) mov GR_N_as_int = GR_NBig // Limit min N
172 (p7) add GR_N_Biased = GR_Bias,GR_N_as_int
204 add GR_exp_Result = GR_exp_X, GR_N_as_int
[all …]
Ds_libm_ldexpl.S86 GR_N_as_int = r21 define
127 (p9) mov GR_N_as_int = r34 // Copy N if int is 64 bits
129 (p8) sxt4 GR_N_as_int = r34 // Sign extend N if int is 32 bits
140 add GR_N_Biased = GR_Bias,GR_N_as_int
142 cmp.ge p7, p0 = GR_N_as_int, GR_Big // Certain overflow?
145 cmp.le p8, p0 = GR_N_as_int, GR_NBig // Certain underflow?
158 (p7) mov GR_N_as_int = GR_Big // Limit max N
161 (p8) mov GR_N_as_int = GR_NBig // Limit min N
172 (p7) add GR_N_Biased = GR_Bias,GR_N_as_int
204 add GR_exp_Result = GR_exp_X, GR_N_as_int
[all …]
Ds_libm_scalbn.S86 GR_N_as_int = r21 define
127 (p9) mov GR_N_as_int = r33 // Copy N if int is 64 bits
129 (p8) sxt4 GR_N_as_int = r33 // Sign extend N if int is 32 bits
140 add GR_N_Biased = GR_Bias,GR_N_as_int
142 cmp.ge p7, p0 = GR_N_as_int, GR_Big // Certain overflow?
145 cmp.le p8, p0 = GR_N_as_int, GR_NBig // Certain underflow?
158 (p7) mov GR_N_as_int = GR_Big // Limit max N
161 (p8) mov GR_N_as_int = GR_NBig // Limit min N
172 (p7) add GR_N_Biased = GR_Bias,GR_N_as_int
204 add GR_exp_Result = GR_exp_X, GR_N_as_int
[all …]
Ds_libm_scalbnf.S86 GR_N_as_int = r21 define
127 (p9) mov GR_N_as_int = r33 // Copy N if int is 64 bits
129 (p8) sxt4 GR_N_as_int = r33 // Sign extend N if int is 32 bits
140 add GR_N_Biased = GR_Bias,GR_N_as_int
142 cmp.ge p7, p0 = GR_N_as_int, GR_Big // Certain overflow?
145 cmp.le p8, p0 = GR_N_as_int, GR_NBig // Certain underflow?
158 (p7) mov GR_N_as_int = GR_Big // Limit max N
161 (p8) mov GR_N_as_int = GR_NBig // Limit min N
172 (p7) add GR_N_Biased = GR_Bias,GR_N_as_int
204 add GR_exp_Result = GR_exp_X, GR_N_as_int
[all …]
Ds_libm_scalbnl.S86 GR_N_as_int = r21 define
127 (p9) mov GR_N_as_int = r34 // Copy N if int is 64 bits
129 (p8) sxt4 GR_N_as_int = r34 // Sign extend N if int is 32 bits
140 add GR_N_Biased = GR_Bias,GR_N_as_int
142 cmp.ge p7, p0 = GR_N_as_int, GR_Big // Certain overflow?
145 cmp.le p8, p0 = GR_N_as_int, GR_NBig // Certain underflow?
158 (p7) mov GR_N_as_int = GR_Big // Limit max N
161 (p8) mov GR_N_as_int = GR_NBig // Limit min N
172 (p7) add GR_N_Biased = GR_Bias,GR_N_as_int
204 add GR_exp_Result = GR_exp_X, GR_N_as_int
[all …]
Dlibm_scalblnf.S84 GR_N_as_int = r21 define
125 (p9) mov GR_N_as_int = r33 // Copy N if long int is 64 bits
127 (p8) sxt4 GR_N_as_int = r33 // Sign extend N if long int is 32 bits
138 add GR_N_Biased = GR_Bias,GR_N_as_int
140 cmp.ge p7, p0 = GR_N_as_int, GR_Big // Certain overflow?
143 cmp.le p8, p0 = GR_N_as_int, GR_NBig // Certain underflow?
156 (p7) mov GR_N_as_int = GR_Big // Limit max N
159 (p8) mov GR_N_as_int = GR_NBig // Limit min N
170 (p7) add GR_N_Biased = GR_Bias,GR_N_as_int
202 add GR_exp_Result = GR_exp_X, GR_N_as_int
[all …]
De_scalb.S89 GR_N_as_int = r21 define
172 getf.sig GR_N_as_int = FR_N_float_int // Get n from significand
201 (p6) mov GR_N_as_int = GR_Big // Limit N
203 add GR_N_Biased = GR_Bias,GR_N_as_int
220 add GR_exp_Result = GR_exp_X, GR_N_as_int
386 getf.sig GR_N_as_int = FR_N_float_int
453 cmp.ne p7,p0 = GR_N_as_int,GR_Scratch
De_scalbf.S89 GR_N_as_int = r21 define
172 getf.sig GR_N_as_int = FR_N_float_int // Get n from significand
201 (p6) mov GR_N_as_int = GR_Big // Limit N
203 add GR_N_Biased = GR_Bias,GR_N_as_int
220 add GR_exp_Result = GR_exp_X, GR_N_as_int
386 getf.sig GR_N_as_int = FR_N_float_int
453 cmp.ne p7,p0 = GR_N_as_int,GR_Scratch
De_scalbl.S89 GR_N_as_int = r21 define
172 getf.sig GR_N_as_int = FR_N_float_int // Get n from significand
201 (p6) mov GR_N_as_int = GR_Big // Limit N
203 add GR_N_Biased = GR_Bias,GR_N_as_int
220 add GR_exp_Result = GR_exp_X, GR_N_as_int
386 getf.sig GR_N_as_int = FR_N_float_int
453 cmp.ne p7,p0 = GR_N_as_int,GR_Scratch