Home | History | Annotate | Download | only in target-arm

Lines Matching full:float64_val

3004         | ((float64_val(f64) >> 29) & 0x7fffff);
3107 val64 = float64_val(f64);
3128 return 0x80000000 | ((float64_val(f64) >> 21) & 0x7fffffff);
3149 return 0x80000000 | ((float64_val(f64) >> 21) & 0x7fffffff);