Home
last modified time | relevance | path

Searched refs:float64_to_floatx (Results 1 – 2 of 2) sorted by relevance

/external/qemu/target-i386/
Dexec.h101 #define float64_to_floatx float64_to_floatx80 macro
117 #define float64_to_floatx(x, e) (x) macro
Dop_helper.c3498 FT0 = float64_to_floatx(u.f, &env->fp_status); in helper_fldl_FT0()
3529 env->fpregs[new_fpstt].d = float64_to_floatx(u.f, &env->fp_status); in helper_fldl_ST0()