Home
last modified time | relevance | path

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

/dports/emulators/hercules/hercules-3.13/softfloat/
H A Dsoftfloat.h341 float128 float128_snan_to_qnan( float128 );
H A Dsoftfloat-specialize705 float128 float128_snan_to_qnan( float128 a )
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/ppc/
H A Dfpu_helper.c26 static inline float128 float128_snan_to_qnan(float128 x)
3162 t.f128 = float128_snan_to_qnan(t.f128);
3220 t.f128 = float128_snan_to_qnan(t.f128);
3249 t.f128 = float128_snan_to_qnan(xb->f128);
/dports/emulators/qemu/qemu-6.2.0/target/ppc/
H A Dfpu_helper.c26 static inline float128 float128_snan_to_qnan(float128 x) in float128_snan_to_qnan() function
3162 t.f128 = float128_snan_to_qnan(t.f128); in helper_xsrqpi()
3220 t.f128 = float128_snan_to_qnan(t.f128); in helper_xsrqpxp()
3249 t.f128 = float128_snan_to_qnan(xb->f128); in helper_xssqrtqp()
/dports/emulators/qemu-utils/qemu-4.2.1/target/ppc/
H A Dfpu_helper.c26 static inline float128 float128_snan_to_qnan(float128 x) in float128_snan_to_qnan() function
3338 t.f128 = float128_snan_to_qnan(t.f128); in helper_xsrqpi()
3396 t.f128 = float128_snan_to_qnan(t.f128); in helper_xsrqpxp()
3425 t.f128 = float128_snan_to_qnan(xb->f128); in helper_xssqrtqp()
/dports/emulators/qemu5/qemu-5.2.0/target/ppc/
H A Dfpu_helper.c26 static inline float128 float128_snan_to_qnan(float128 x) in float128_snan_to_qnan() function
3338 t.f128 = float128_snan_to_qnan(t.f128); in helper_xsrqpi()
3396 t.f128 = float128_snan_to_qnan(t.f128); in helper_xsrqpxp()
3425 t.f128 = float128_snan_to_qnan(xb->f128); in helper_xssqrtqp()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/ppc/
H A Dfpu_helper.c26 static inline float128 float128_snan_to_qnan(float128 x) in float128_snan_to_qnan() function
3338 t.f128 = float128_snan_to_qnan(t.f128); in helper_xsrqpi()
3396 t.f128 = float128_snan_to_qnan(t.f128); in helper_xsrqpxp()
3425 t.f128 = float128_snan_to_qnan(xb->f128); in helper_xssqrtqp()
/dports/emulators/qemu42/qemu-4.2.1/target/ppc/
H A Dfpu_helper.c26 static inline float128 float128_snan_to_qnan(float128 x) in float128_snan_to_qnan() function
3338 t.f128 = float128_snan_to_qnan(t.f128); in helper_xsrqpi()
3396 t.f128 = float128_snan_to_qnan(t.f128); in helper_xsrqpxp()
3425 t.f128 = float128_snan_to_qnan(xb->f128); in helper_xssqrtqp()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/ppc/
H A Dfpu_helper.c26 static inline float128 float128_snan_to_qnan(float128 x) in float128_snan_to_qnan() function
3338 t.f128 = float128_snan_to_qnan(t.f128); in helper_xsrqpi()
3396 t.f128 = float128_snan_to_qnan(t.f128); in helper_xsrqpxp()
3425 t.f128 = float128_snan_to_qnan(xb->f128); in helper_xssqrtqp()
/dports/emulators/qemu60/qemu-6.0.0/target/ppc/
H A Dfpu_helper.c26 static inline float128 float128_snan_to_qnan(float128 x) in float128_snan_to_qnan() function
3372 t.f128 = float128_snan_to_qnan(t.f128); in helper_xsrqpi()
3430 t.f128 = float128_snan_to_qnan(t.f128); in helper_xsrqpxp()
3459 t.f128 = float128_snan_to_qnan(xb->f128); in helper_xssqrtqp()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/ppc/
H A Dfpu_helper.c26 static inline float128 float128_snan_to_qnan(float128 x) in float128_snan_to_qnan() function
3373 xt.f128 = float128_snan_to_qnan(xt.f128); in helper_xsrqpi()
3433 xt.f128 = float128_snan_to_qnan(xt.f128); in helper_xsrqpxp()
3464 xt.f128 = float128_snan_to_qnan(xb.f128); in helper_xssqrtqp()
/dports/emulators/hercules/hercules-3.13/
H A Dieee.c2128 op1 = float128_snan_to_qnan(op2); in DEF_INST()