Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dexec.h102 #define floatx_to_float32 floatx80_to_float32 macro
118 #define floatx_to_float32 float64_to_float32 macro
Dop_helper.c3558 u.f = floatx_to_float32(ST0, &env->fp_status); in helper_fsts_ST0()