Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dexec.h121 #define floatx_chs float64_chs
/external/qemu/fpu/
Dsoftfloat-native.h387 INLINE float64 float64_chs(float64 a) in float64_chs() function
Dsoftfloat.h467 INLINE float64 float64_chs(float64 a) in float64_chs() function
/external/qemu/target-mips/
Dop_helper.c2755 return float64_chs(fdt2); \
2794 fdt2 = float64_chs(float64_sub(fdt2, FLOAT_ONE64, &env->active_fpu.fp_status));
2829 fdt2 = float64_chs(float64_div(fdt2, FLOAT_TWO64, &env->active_fpu.fp_status)); in helper_float_rsqrt2_d()
/external/qemu/target-arm/
Dhelper.c2719 return float64_chs(a); in VFP_HELPER()