Home
last modified time | relevance | path

Searched refs:roundAndPackUint64 (Results 1 – 25 of 39) sorted by relevance

12

/dports/emulators/bochs/bochs-2.7/cpu/fpu/
H A Dsoftfloat-round-pack.h76 Bit64u roundAndPackUint64(int zSign, Bit64u absZ0, Bit64u absZ1, float_status_t &status);
H A Dsoftfloat-round-pack.cc161 Bit64u roundAndPackUint64(int zSign, Bit64u absZ0, Bit64u absZ1, float_status_t &status) in roundAndPackUint64() function
H A Dsoftfloat.cc453 return roundAndPackUint64(aSign, aSig64, aSigExtra, status); in float32_to_uint64()
1693 return roundAndPackUint64(aSign, aSig, aSigExtra, status); in float64_to_uint64()
/dports/emulators/fs-uae/fs-uae-3.1.35/softfloat/
H A Dsoftfloat-round-pack.h76 Bit64u roundAndPackUint64(int zSign, Bit64u absZ0, Bit64u absZ1, float_status_t &status);
H A Dsoftfloat-round-pack.cc161 Bit64u roundAndPackUint64(int zSign, Bit64u absZ0, Bit64u absZ1, float_status_t &status) in roundAndPackUint64() function
H A Dsoftfloat.cc451 return roundAndPackUint64(aSign, aSig64, aSigExtra, status); in float32_to_uint64()
1665 return roundAndPackUint64(aSign, aSig, aSigExtra, status); in float64_to_uint64()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/fpu/
H A Dsoftfloat.c213 static int64 roundAndPackUint64(flag zSign, uint64_t absZ0, in roundAndPackUint64() function
1639 return roundAndPackUint64(aSign, aSig64, aSigExtra STATUS_VAR); in float32_to_uint64()
7173 return roundAndPackUint64(aSign, aSig, aSigExtra STATUS_VAR); in float64_to_uint64()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/fpu/
H A Dsoftfloat.c213 static int64 roundAndPackUint64(flag zSign, uint64_t absZ0, in roundAndPackUint64() function
1639 return roundAndPackUint64(aSign, aSig64, aSigExtra STATUS_VAR); in float32_to_uint64()
7173 return roundAndPackUint64(aSign, aSig, aSigExtra STATUS_VAR); in float64_to_uint64()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/fpu/
H A Dsoftfloat.c2633 static int64_t roundAndPackUint64(flag zSign, uint64_t absZ0, in roundAndPackUint64() function
5980 return roundAndPackUint64(aSign, aSig0, aSig1, status); in float128_to_uint64()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/
H A Daarch64eb.h2520 #define roundAndPackUint64 roundAndPackUint64_aarch64eb macro
H A Darm.h2520 #define roundAndPackUint64 roundAndPackUint64_arm macro
H A Dx86_64.h2520 #define roundAndPackUint64 roundAndPackUint64_x86_64 macro
H A Daarch64.h2520 #define roundAndPackUint64 roundAndPackUint64_aarch64 macro
H A Darmeb.h2520 #define roundAndPackUint64 roundAndPackUint64_armeb macro
H A Dm68k.h2520 #define roundAndPackUint64 roundAndPackUint64_m68k macro
H A Dsparc64.h2520 #define roundAndPackUint64 roundAndPackUint64_sparc64 macro
H A Dsparc.h2520 #define roundAndPackUint64 roundAndPackUint64_sparc macro
/dports/emulators/unicorn/unicorn-1.0.2/qemu/
H A Dm68k.h2520 #define roundAndPackUint64 roundAndPackUint64_m68k macro
H A Dx86_64.h2520 #define roundAndPackUint64 roundAndPackUint64_x86_64 macro
H A Darmeb.h2520 #define roundAndPackUint64 roundAndPackUint64_armeb macro
H A Daarch64.h2520 #define roundAndPackUint64 roundAndPackUint64_aarch64 macro
H A Daarch64eb.h2520 #define roundAndPackUint64 roundAndPackUint64_aarch64eb macro
H A Darm.h2520 #define roundAndPackUint64 roundAndPackUint64_arm macro
/dports/emulators/qemu60/qemu-6.0.0/fpu/
H A Dsoftfloat.c3878 static int64_t roundAndPackUint64(bool zSign, uint64_t absZ0, in roundAndPackUint64() function
6576 return roundAndPackUint64(aSign, aSig0, aSig1, status); in float128_to_uint64()
/dports/emulators/qemu5/qemu-5.2.0/fpu/
H A Dsoftfloat.c3878 static int64_t roundAndPackUint64(bool zSign, uint64_t absZ0, in roundAndPackUint64() function
6576 return roundAndPackUint64(aSign, aSig0, aSig1, status); in float128_to_uint64()

12