Home
last modified time | relevance | path

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

/dports/emulators/hercules/hercules-3.13/softfloat/
H A Dsoftfloat.h249 float64 float64_snan_to_qnan( float64 );
H A Dsoftfloat-specialize392 float64 float64_snan_to_qnan( float64 a )
/dports/emulators/hercules/hercules-3.13/
H A Dieee.c2164 op1 = float64_snan_to_qnan(op2); in DEF_INST()
3946 *op1 = float64_snan_to_qnan(*op1); in divint_lbfp()
3947 *op3 = float64_snan_to_qnan(*op1); in divint_lbfp()
3955 *op1 = float64_snan_to_qnan(*op2); in divint_lbfp()
3956 *op3 = float64_snan_to_qnan(*op2); in divint_lbfp()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/ppc/
H A Dfpu_helper.c35 #define float64_snan_to_qnan(x) ((x) | 0x0008000000000000ULL)
2698 t.VsrD(0) = float64_snan_to_qnan(t.VsrD(0));
/dports/emulators/qemu/qemu-6.2.0/target/ppc/
H A Dfpu_helper.c35 #define float64_snan_to_qnan(x) ((x) | 0x0008000000000000ULL) macro
2698 t.VsrD(0) = float64_snan_to_qnan(t.VsrD(0)); in helper_xscvqpdp()
/dports/emulators/qemu-utils/qemu-4.2.1/target/ppc/
H A Dfpu_helper.c35 #define float64_snan_to_qnan(x) ((x) | 0x0008000000000000ULL) macro
2876 t.VsrD(0) = float64_snan_to_qnan(t.VsrD(0)); in helper_xscvqpdp()
/dports/emulators/qemu5/qemu-5.2.0/target/ppc/
H A Dfpu_helper.c35 #define float64_snan_to_qnan(x) ((x) | 0x0008000000000000ULL) macro
2876 t.VsrD(0) = float64_snan_to_qnan(t.VsrD(0)); in helper_xscvqpdp()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/ppc/
H A Dfpu_helper.c35 #define float64_snan_to_qnan(x) ((x) | 0x0008000000000000ULL) macro
2876 t.VsrD(0) = float64_snan_to_qnan(t.VsrD(0)); in helper_xscvqpdp()
/dports/emulators/qemu42/qemu-4.2.1/target/ppc/
H A Dfpu_helper.c35 #define float64_snan_to_qnan(x) ((x) | 0x0008000000000000ULL) macro
2876 t.VsrD(0) = float64_snan_to_qnan(t.VsrD(0)); in helper_xscvqpdp()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/ppc/
H A Dfpu_helper.c35 #define float64_snan_to_qnan(x) ((x) | 0x0008000000000000ULL) macro
2876 t.VsrD(0) = float64_snan_to_qnan(t.VsrD(0)); in helper_xscvqpdp()
/dports/emulators/qemu60/qemu-6.0.0/target/ppc/
H A Dfpu_helper.c35 #define float64_snan_to_qnan(x) ((x) | 0x0008000000000000ULL) macro
2910 t.VsrD(0) = float64_snan_to_qnan(t.VsrD(0)); in helper_xscvqpdp()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/ppc/
H A Dfpu_helper.c35 #define float64_snan_to_qnan(x) ((x) | 0x0008000000000000ULL) macro
2932 xt.VsrD(0) = float64_snan_to_qnan(xt.VsrD(0)); in helper_xscvqpdp()