Searched refs:fPreResult (Results 1 – 6 of 6) sorted by relevance
/sysdeps/ia64/fpu/ |
A D | s_floor.S | 71 fPreResult = f13 define 156 fcvt.xf fPreResult = fXInt // trunc(x) 176 (p6) fma.d.s0 f8 = fPreResult, f1, fAdj // Result if !int, |x| < 2^52 188 (p6) fcmp.eq.unc.s1 p8, p9 = fPreResult, fNormX // Is trunc(x) = x ?
|
A D | s_floorf.S | 70 fPreResult = f13 define 155 fcvt.xf fPreResult = fXInt // trunc(x) 175 (p6) fma.s.s0 f8 = fPreResult, f1, fAdj // Result if !int, |x| < 2^23 187 (p6) fcmp.eq.unc.s1 p8, p9 = fPreResult, fNormX // Is trunc(x) = x ?
|
A D | s_floorl.S | 70 fPreResult = f13 define 155 fcvt.xf fPreResult = fXInt // trunc(x) 175 (p6) fma.s0 f8 = fPreResult, f1, fAdj // Result if !int, |x| < 2^63 187 (p6) fcmp.eq.unc.s1 p8, p9 = fPreResult, fNormX // Is trunc(x) = x ?
|
A D | s_ceil.S | 70 fPreResult = f13 define 155 fcvt.xf fPreResult = fXInt // trunc(x) 184 (p6) fma.d.s0 f8 = fPreResult, f1, fAdj // Result if !int, |x| < 2^52 196 (p6) fcmp.eq.unc.s1 p8, p9 = fPreResult, fNormX // Is trunc(x) = x ?
|
A D | s_ceilf.S | 70 fPreResult = f13 define 155 fcvt.xf fPreResult = fXInt // trunc(x) 184 (p6) fma.s.s0 f8 = fPreResult, f1, fAdj // Result if !int, |x| < 2^23 196 (p6) fcmp.eq.unc.s1 p8, p9 = fPreResult, fNormX // Is trunc(x) = x ?
|
A D | s_ceill.S | 70 fPreResult = f13 define 155 fcvt.xf fPreResult = fXInt // trunc(x) 184 (p6) fma.s0 f8 = fPreResult, f1, fAdj // Result if !int, |x| < 2^63 196 (p6) fcmp.eq.unc.s1 p8, p9 = fPreResult, fNormX // Is trunc(x) = x ?
|
Completed in 7 milliseconds