Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dexec.h103 #define floatx_to_float64 floatx80_to_float64 macro
119 #define floatx_to_float64(x, e) (x) macro
Dop_helper.c3568 u.f = floatx_to_float64(ST0, &env->fp_status); in helper_fstl_ST0()