Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c119 static inline floatx80 double_to_floatx80(CPUX86State *env, double a) in double_to_floatx80() function
1306 ST0 = double_to_floatx80(env, fptemp); in helper_fptan()
2317 ST0 = double_to_floatx80(env, sin(fptemp)); in helper_fsincos()
2319 ST0 = double_to_floatx80(env, cos(fptemp)); in helper_fsincos()
2390 ST0 = double_to_floatx80(env, sin(fptemp)); in helper_fsin()
2403 ST0 = double_to_floatx80(env, cos(fptemp)); in helper_fcos()