137 Commits (d37158bb2425e7ebffb167d611be01f1e9e6c86f)

Author SHA1 Message Date
Lucas Mateus Castro (alqotel) c40da5c6fb fpu: Add rebias bool, value and operation 4 years ago
Markus Armbruster ea9cea93c6 Clean up decorations and whitespace around header guards 4 years ago
Matheus Ferst bea592300b softfloat: add float128_to_int128 4 years ago
Matheus Ferst 4de49ddfac softfloat: add float128_to_uint128 4 years ago
Matheus Ferst 95c1b71e25 softfloat: add int128_to_float128 4 years ago
Matheus Ferst f279852b89 softfloat: add uint128_to_float128 4 years ago
Marc-André Lureau e03b56863d Replace config-time define HOST_WORDS_BIGENDIAN 4 years ago
Richard Henderson 42636fb923 softfloat: Add float64r32 arithmetic routines 4 years ago
Richard Henderson e706d4455b softfloat: Add flag specific to signaling nans 4 years ago
Richard Henderson 81254b02eb softfloat: Add flag specific to convert non-nan to int 4 years ago
Richard Henderson f8718aab89 softfloat: Add flag specific to sqrt(-x) 4 years ago
Richard Henderson 10cc964030 softfloat: Add flags specific to Inf / Inf and 0 / 0 4 years ago
Richard Henderson bead3c9b0f softfloat: Add flag specific to Inf * 0 4 years ago
Richard Henderson ba11446c40 softfloat: Add flag specific to Inf - Inf 4 years ago
Richard Henderson 149a48f6e6 softfloat: Extend float_exception_flags to 16 bits 4 years ago
Chih-Min Chao 0e9030376e softfloat: add APIs to handle alternative sNaN propagation for fmax/fmin 5 years ago
Luis Pires 8ac2d6c526 host-utils: move udiv_qrnnd() to host-utils 5 years ago
Ahmed Abouzied e52ee00dab Remove leading underscores from QEMU defines 5 years ago
Richard Henderson feaf2e9c06 softfloat: Convert modrem operations to FloatParts 5 years ago
Richard Henderson 8da5f1dbb0 softfloat: Introduce Floatx80RoundPrec 5 years ago
David Hildenbrand ceebc129e5 softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag) 5 years ago
Richard Henderson 60c8f7265d softfpu: Add float_round_to_odd_inf 5 years ago
Richard Henderson 463e45dcb4 softfloat: Introduce sh[lr]_double primitives 5 years ago
Richard Henderson 5ffb6bd9c4 softfloat: Tidy mul128By64To192 5 years ago
Richard Henderson cd55a56e5c softfloat: Use add192 in mul128To256 6 years ago
Richard Henderson b4d09b1794 softfloat: Use mulu64 for mul64To128 6 years ago
Richard Henderson dedd123c56 softfloat: Move muladd_floats to softfloat-parts.c.inc 6 years ago
Richard Henderson cb3ad0365f softfloat: Use uadd64_carry, usub64_borrow in softfloat-macros.h 5 years ago
Richard Henderson 622090ae19 softfloat: Inline float_raise 6 years ago
Richard Henderson c53b107933 softfloat: Define comparison operations for bfloat16 6 years ago
LIU Zhiwei 5ebf5f4be6 softfloat: Define misc operations for bfloat16 6 years ago
LIU Zhiwei 34f0c0a98a softfloat: Define convert operations for bfloat16 6 years ago
LIU Zhiwei 8282310d85 softfloat: Define operations for bfloat16 6 years ago
Stephen Long a03e924cf8 softfloat: Add float16_is_normal 6 years ago
Frank Chang 0d93d8ec63 softfloat: Add fp16 and uint8/int8 conversion functions 6 years ago
Kito Cheng dd205025a0 softfloat: Implement the full set of comparisons for float16 6 years ago
Max Filippov 913602e3ff softfloat: pass float_status pointer to pickNaN 6 years ago
Max Filippov cc43c69251 softfloat: make NO_SIGNALING_NANS runtime property 6 years ago
Laszlo Ersek 163b3d1af2 target/i386: floatx80: avoid compound literals in static initializers 6 years ago
Laurent Vivier d159dd058c softfloat,m68k: disable floatx80_invalid_encoding() for m68k 6 years ago
Joseph Myers 445810ec91 softfloat: return low bits of quotient from floatx80_modrem 6 years ago
Joseph Myers 6b8b0136ab softfloat: merge floatx80_mod and floatx80_rem 6 years ago
Richard Henderson 150c7a91ce softfloat: Return bool from all classification predicates 6 years ago
Richard Henderson c6baf65000 softfloat: Inline floatx80 compare specializations 6 years ago
Richard Henderson b7b1ac684f softfloat: Inline float128 compare specializations 6 years ago
Richard Henderson 0673ecdf6c softfloat: Inline float64 compare specializations 6 years ago
Richard Henderson 5da2d2d8e5 softfloat: Inline float32 compare specializations 6 years ago
Richard Henderson 71bfd65c5f softfloat: Name compare relation enum 6 years ago
Richard Henderson 3dede407cc softfloat: Name rounding mode enum 6 years ago
Richard Henderson a828b373bd softfloat: Change tininess_before_rounding to bool 6 years ago