20 Commits (c81d1fafa6233448bcc2d8fcd2ba63a4ae834f3a)

Author SHA1 Message Date
Luis Pires 8ac2d6c526 host-utils: move udiv_qrnnd() to host-utils 5 years ago
Richard Henderson feaf2e9c06 softfloat: Convert modrem operations to FloatParts 5 years ago
Richard Henderson 463e45dcb4 softfloat: Introduce sh[lr]_double primitives 6 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 cb3ad0365f softfloat: Use uadd64_carry, usub64_borrow in softfloat-macros.h 5 years ago
Richard Henderson c120391c00 softfloat: Replace flag with bool 6 years ago
Alex Bennée 5937fb63a9 fpu: make softfloat-macros "self-contained" 7 years ago
Alex Bennée e932112420 fpu: replace LIT64 with UINT64_C macros 7 years ago
Markus Armbruster ec150c7e09 include: Make headers more self-contained 7 years ago
Markus Armbruster f91005e195 Supply missing header guards 7 years ago
Thomas Huth 2c00542c70 include/fpu/softfloat: Fix compilation with Clang on s390x 7 years ago
Richard Henderson 7370981bd1 softfloat: Don't execute divdeu without power7 8 years ago
Richard Henderson 27ae5109a2 softfloat: Specialize udiv_qrnnd for ppc64 8 years ago
Richard Henderson 739df333dc softfloat: Specialize udiv_qrnnd for s390x 8 years ago
Richard Henderson b299e88d42 softfloat: Specialize udiv_qrnnd for x86_64 8 years ago
Richard Henderson 5dfbc9e490 softfloat: Fix division 8 years ago
Thomas Huth 0019d5c3a1 softfloat: Replace countLeadingZeros32/64 with clz32/64 8 years ago
Laurent Vivier 88857aca93 softfloat: export some functions 8 years ago
Alex Bennée cf07323d49 fpu/softfloat: re-factor div 8 years ago
Peter Maydell 0c48262d47 fpu: Use plain 'int' rather than 'int_fast16_t' for exponents 10 years ago
Peter Maydell 07d792d2b0 fpu: Use plain 'int' rather than 'int_fast16_t' for shift counts 10 years ago
Peter Maydell 8f506c709a fpu: Replace int8 typedef with int8_t 10 years ago
Peter Maydell 16017c4854 softfloat: Clarify license status 11 years ago
Peter Maydell a7d1ac78e0 softfloat: Apply patch corresponding to rebasing to softfloat-2a 11 years ago
Luiz Capitulino a49db98d1f fpu: softfloat: drop INLINE macro 12 years ago
Peter Maydell 4039736e6f softfloat: Fix shift128Right for shift counts 64..127 13 years ago
Andreas Färber 94a49d86c5 softfloat: Replace int16 type with int_fast16_t 14 years ago
Aurelien Jarno b3b4c7f33f softfloat: use GCC builtins to count the leading zeros 15 years ago
Andreas Färber bb98fe42c5 softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_t 15 years ago
Andreas Färber 8d725fac63 softfloat: Prepend QEMU-style header with derivation notice 15 years ago
blueswir1 3f4cb3d37f Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' 17 years ago
blueswir1 1d6198c3b0 Remove unnecessary trailing newlines 18 years ago
bellard 158142c2c2 soft float support 21 years ago