Sign in
qemu
/
qemu
/
1a72d9ae31517b2f83ec7923c820daf1887fde50
/
include
/
fpu
315df0d
softfloat: add float{32,64}_is_zero_or_normal
by Emilio G. Cota
· 7 years ago
588e6df
softfloat: add float{32,64}_is_{de,}normal
by Emilio G. Cota
· 7 years ago
7370981
softfloat: Don't execute divdeu without power7
by Richard Henderson
· 6 years ago
27ae510
softfloat: Specialize udiv_qrnnd for ppc64
by Richard Henderson
· 6 years ago
739df33
softfloat: Specialize udiv_qrnnd for s390x
by Richard Henderson
· 6 years ago
b299e88
softfloat: Specialize udiv_qrnnd for x86_64
by Richard Henderson
· 6 years ago
5dfbc9e
softfloat: Fix division
by Richard Henderson
· 6 years ago
0019d5c
softfloat: Replace countLeadingZeros32/64 with clz32/64
by Thomas Huth
· 6 years ago
c953da8
softfloat: remove float64_trunc_to_int
by Emilio G. Cota
· 6 years ago
2f6c74b
softfloat: Add scaling float-to-int routines
by Richard Henderson
· 7 years ago
2abdfe2
softfloat: Add scaling int-to-float routines
by Richard Henderson
· 7 years ago
03385df
fpu/softfloat: Specialize on snan_bit_is_one
by Richard Henderson
· 7 years ago
5240a30
fpu/softfloat: Remove floatX_maybe_silence_nan
by Richard Henderson
· 7 years ago
6fed16b
fpu/softfloat: re-factor float to float conversions
by Alex Bennée
· 7 years ago
d619bb9
fpu/softfloat: Split floatXX_silence_nan from floatXX_maybe_silence_nan
by Richard Henderson
· 7 years ago
0f605c8
softfloat: use floatx80_infinity in softfloat
by Laurent Vivier
· 7 years ago
88857ac
softfloat: export some functions
by Laurent Vivier
· 7 years ago
026e2d6
arm/translate-a64: add FP16 FR[ECP/SQRT]S to simd_three_reg_same_fp16
by Alex Bennée
· 7 years ago
c13bb2d
fpu/softfloat: re-factor sqrt
by Alex Bennée
· 7 years ago
0c4c909
fpu/softfloat: re-factor compare
by Alex Bennée
· 7 years ago
8936006
fpu/softfloat: re-factor minmax
by Alex Bennée
· 7 years ago
0bfc9f1
fpu/softfloat: re-factor scalbn
by Alex Bennée
· 7 years ago
c02e1fb
fpu/softfloat: re-factor int/uint to float
by Alex Bennée
· 7 years ago
ab52f97
fpu/softfloat: re-factor float to int/uint
by Alex Bennée
· 7 years ago
dbe4d53
fpu/softfloat: re-factor round_to_int
by Alex Bennée
· 7 years ago
d446830
fpu/softfloat: re-factor muladd
by Alex Bennée
· 7 years ago
cf07323
fpu/softfloat: re-factor div
by Alex Bennée
· 7 years ago
74d707e
fpu/softfloat: re-factor mul
by Alex Bennée
· 7 years ago
6fff216
fpu/softfloat: re-factor add/sub
by Alex Bennée
· 7 years ago
efd4829
include/fpu/softfloat: add some float16 constants
by Alex Bennée
· 7 years ago
78b5a3e
include/fpu/softfloat: implement float16_set_sign helper
by Alex Bennée
· 7 years ago
5f10aef
include/fpu/softfloat: implement float16_chs helper
by Alex Bennée
· 7 years ago
2813677
include/fpu/softfloat: implement float16_abs helper
by Alex Bennée
· 8 years ago
24f91e8
target/*/cpu.h: remove softfloat.h
by Alex Bennée
· 7 years ago
cfd88fc
fpu/softfloat-types: new header to prevent excessive re-builds
by Alex Bennée
· 7 years ago
a9579ff
include/fpu/softfloat: remove USE_SOFTFLOAT_STRUCT_TYPES
by Alex Bennée
· 7 years ago
210cbd4
fpu/softfloat: implement float16_squash_input_denormal
by Alex Bennée
· 8 years ago
9193926
configure: Drop ancient Solaris 9 and earlier support
by Peter Maydell
· 8 years ago
0f72129
softfloat: define floatx80_round()
by Laurent Vivier
· 8 years ago
fd42503
softfloat: Add float128_to_uint32_round_to_zero()
by Bharata B Rao
· 8 years ago
2e6d856
softfloat: Add float128_to_uint64_round_to_zero()
by Bharata B Rao
· 8 years ago
9ee6f67
softfloat: Add round-to-odd rounding mode
by Bharata B Rao
· 8 years ago
f566c04
target-ppc: Add xscvdphp, xscvhpdp
by Bharata B Rao
· 8 years ago
d1eb8f2
fpu: add mechanism to check for invalid long double formats
by Andrew Dutcher
· 9 years ago
dfd6076
softfloat: Fix warn about implicit conversion from int to int8_t
by Pranith Kumar
· 9 years ago
175de52
Clean up decorations and whitespace around header guards
by Markus Armbruster
· 9 years ago
af39bc8
softfloat: Implement run-time-configurable meaning of signaling NaN bit
by Aleksandar Markovic
· 9 years ago
90ce6e2
include: Clean up includes
by Peter Maydell
· 9 years ago
0bb721d
fpu: Remove use of int_fast16_t in conversions to int16
by Peter Maydell
· 9 years ago
d341d9f
fpu: Replace uint8 typedef with uint8_t
by Peter Maydell
· 9 years ago
8f506c7
fpu: Replace int8 typedef with int8_t
by Peter Maydell
· 9 years ago
3a87d00
fpu: Replace uint32 typedef with uint32_t
by Peter Maydell
· 9 years ago
f401451
fpu: Replace int32 typedef with int32_t
by Peter Maydell
· 9 years ago
182f42f
fpu: Replace uint64 typedef with uint64_t
by Peter Maydell
· 9 years ago
f42c222
fpu: Replace int64 typedef with int64_t
by Peter Maydell
· 9 years ago
a2f2d28
softfloat: expand out STATUS macro
by Peter Maydell
· 10 years ago
ff32e16
softfloat: expand out STATUS_VAR
by Peter Maydell
· 10 years ago
e5a41ff
softfloat: Expand out the STATUS_PARAM macro
by Peter Maydell
· 10 years ago
16017c4
softfloat: Clarify license status
by Peter Maydell
· 10 years ago
6bb8e0f
softfloat: Revert and reimplement remaining portions of 75d62a5856 and 3430b0be36f
by Peter Maydell
· 10 years ago
a7d1ac7
softfloat: Apply patch corresponding to rebasing to softfloat-2a
by Peter Maydell
· 10 years ago
2d31e06
softfloat: add functions corresponding to IEEE-2008 min/maxNumMag
by Leon Alrae
· 11 years ago
a49db98
fpu: softfloat: drop INLINE macro
by Luiz Capitulino
· 11 years ago
a13d448
softfloat: Introduce float32_to_uint64_round_to_zero
by Tom Musta
· 11 years ago
7baeabc
softfloat: export squash_input_denormal functions
by Alex Bennée
· 11 years ago
67d4353
softfloat: Support halving the result of muladd operation
by Peter Maydell
· 11 years ago
f9288a7
softfloat: Add support for ties-away rounding
by Peter Maydell
· 11 years ago
14c9a07
softfloat: Add float16 <=> float64 conversion functions
by Peter Maydell
· 11 years ago
879d096
softfloat: Provide complete set of accessors for fp state
by Peter Maydell
· 11 years ago
2f18bbf
softfloat: Add float32_to_uint64()
by Tom Musta
· 11 years ago
c4850f9
softfloat: Make the int-to-float functions take exact-width types
by Peter Maydell
· 11 years ago
8afbdab
softfloat: Add 16 bit integer to float conversions
by Peter Maydell
· 11 years ago
f581bf5
softfloat: Add float to 16bit integer conversions.
by Will Newton
· 11 years ago
e17ab31
softfloat: Add minNum() and maxNum() functions to softfloat.
by Will Newton
· 11 years ago
1e397ea
softfloat: Implement uint64_to_float128
by Richard Henderson
· 12 years ago
6b4c305
fpu: move public header file to include/fpu
by Paolo Bonzini
· 12 years ago