Searched refs:GR_sign_mask (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/sysdeps/ia64/fpu/ |
D | s_nextafter.S | 68 GR_sign_mask = r19 define 140 addl GR_sign_mask = 0x20000, r0 ;; 151 (p10) cmp.lt p12,p13 = GR_exp, GR_sign_mask 155 (p11) cmp.ge p12,p13 = GR_exp, GR_sign_mask ;;
|
D | s_nextafterf.S | 68 GR_sign_mask = r19 define 145 addl GR_sign_mask = 0x20000, r0 ;; 156 (p10) cmp.lt p12,p13 = GR_exp, GR_sign_mask 161 (p11) cmp.ge p12,p13 = GR_exp, GR_sign_mask ;;
|
D | s_nextafterl.S | 69 GR_sign_mask = r19 define 142 addl GR_sign_mask = 0x20000, r0 ;; 153 (p10) cmp.lt p12,p13 = GR_exp, GR_sign_mask 159 (p11) cmp.ge p12,p13 = GR_exp, GR_sign_mask ;;
|
D | s_nexttowardf.S | 60 GR_sign_mask = r19 define 137 addl GR_sign_mask = 0x20000, r0 ;; 148 (p10) cmp.lt p12,p13 = GR_exp, GR_sign_mask 153 (p11) cmp.ge p12,p13 = GR_exp, GR_sign_mask ;;
|
D | s_nexttowardl.S | 60 GR_sign_mask = r19 define 133 addl GR_sign_mask = 0x20000, r0 ;; 144 (p10) cmp.lt p12,p13 = GR_exp, GR_sign_mask 150 (p11) cmp.ge p12,p13 = GR_exp, GR_sign_mask ;;
|
D | s_nexttoward.S | 60 GR_sign_mask = r19 define 132 addl GR_sign_mask = 0x20000, r0 ;; 143 (p10) cmp.lt p12,p13 = GR_exp, GR_sign_mask 147 (p11) cmp.ge p12,p13 = GR_exp, GR_sign_mask ;;
|
D | e_powl.S | 574 GR_sign_mask = r19 define 828 mov GR_sign_mask = 0x20000 // Sign mask 2272 and GR_y_sign = GR_sign_mask,GR_signexp_y // Get sign of y 2390 and GR_y_sign = GR_sign_mask,GR_signexp_y // Get sign of y
|