index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fpu
/
softfloat-parts.c.inc
Age
Commit message (
Expand
)
Author
2023-09-16
fpu: Handle m68k extended precision denormals properly
Richard Henderson
2023-07-01
fpu: Add float64_to_int{32,64}_modulo
Richard Henderson
2022-10-17
softfloat: logB(0) should raise divideByZero exception
Song Gao
2022-08-31
fpu: Add rebias bool, value and operation
Lucas Mateus Castro (alqotel)
2022-04-26
softfloat: Use FloatRelation within partsN_compare
Richard Henderson
2021-12-17
softfloat: Add flag specific to signaling nans
Richard Henderson
2021-12-17
softfloat: Add flag specific to convert non-nan to int
Richard Henderson
2021-12-17
softfloat: Add flag specific to sqrt(-x)
Richard Henderson
2021-12-17
softfloat: Add flags specific to Inf / Inf and 0 / 0
Richard Henderson
2021-12-17
softfloat: Add flag specific to Inf * 0
Richard Henderson
2021-12-17
softfloat: Add flag specific to Inf - Inf
Richard Henderson
2021-10-29
softfloat: add APIs to handle alternative sNaN propagation for fmax/fmin
Chih-Min Chao
2021-06-03
softfloat: Convert modrem operations to FloatParts
Richard Henderson
2021-06-03
softfloat: Move floatN_log2 to softfloat-parts.c.inc
Richard Henderson
2021-06-03
softfloat: Adjust parts_uncanon_normal for floatx80
Richard Henderson
2021-06-03
softfloat: Reduce FloatFmt
Richard Henderson
2021-06-03
softfloat: Split out parts_uncanon_normal
Richard Henderson
2021-06-03
softfloat: Move sqrt_float to softfloat-parts.c.inc
Richard Henderson
2021-06-03
softfloat: Move scalbn_decomposed to softfloat-parts.c.inc
Richard Henderson
2021-06-03
softfloat: Move compare_floats to softfloat-parts.c.inc
Richard Henderson
2021-06-03
softfloat: Move minmax_flags to softfloat-parts.c.inc
Richard Henderson
2021-06-03
softfloat: Move uint_to_float to softfloat-parts.c.inc
Richard Henderson
2021-06-03
softfloat: Move int_to_float to softfloat-parts.c.inc
Richard Henderson
2021-06-03
softfloat: Move round_to_uint_and_pack to softfloat-parts.c.inc
Richard Henderson
2021-06-03
softfpu: Add float_round_to_odd_inf
Richard Henderson
2021-05-16
softfloat: Move round_to_int_and_pack to softfloat-parts.c.inc
Richard Henderson
2021-05-16
softfloat: Move round_to_int to softfloat-parts.c.inc
Richard Henderson
2021-05-16
softfloat: Move div_floats to softfloat-parts.c.inc
Richard Henderson
2021-05-16
softfloat: Move muladd_floats to softfloat-parts.c.inc
Richard Henderson
2021-05-16
softfloat: Move mul_floats to softfloat-parts.c.inc
Richard Henderson
2021-05-16
softfloat: Move addsub_floats to softfloat-parts.c.inc
Richard Henderson
2021-05-16
softfloat: Move round_canonical to softfloat-parts.c.inc
Richard Henderson
2021-05-16
softfloat: Move sf_canonicalize to softfloat-parts.c.inc
Richard Henderson
2021-05-16
softfloat: Move pick_nan_muladd to softfloat-parts.c.inc
Richard Henderson
2021-05-16
softfloat: Move pick_nan to softfloat-parts.c.inc
Richard Henderson
2021-05-16
softfloat: Move return_nan to softfloat-parts.c.inc
Richard Henderson