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
/
include
/
fpu
/
softfloat-macros.h
Age
Commit message (
Expand
)
Author
2021-10-27
host-utils: move udiv_qrnnd() to host-utils
Luis Pires
2021-06-03
softfloat: Convert modrem operations to FloatParts
Richard Henderson
2021-05-16
softfloat: Introduce sh[lr]_double primitives
Richard Henderson
2021-05-16
softfloat: Tidy mul128By64To192
Richard Henderson
2021-05-16
softfloat: Use add192 in mul128To256
Richard Henderson
2021-05-16
softfloat: Use mulu64 for mul64To128
Richard Henderson
2021-05-16
softfloat: Use uadd64_carry, usub64_borrow in softfloat-macros.h
Richard Henderson
2020-05-19
softfloat: Replace flag with bool
Richard Henderson
2019-08-19
fpu: make softfloat-macros "self-contained"
Alex Bennée
2019-08-19
fpu: replace LIT64 with UINT64_C macros
Alex Bennée
2019-08-16
include: Make headers more self-contained
Markus Armbruster
2019-06-12
Supply missing header guards
Markus Armbruster
2019-01-22
include/fpu/softfloat: Fix compilation with Clang on s390x
Thomas Huth
2018-11-04
softfloat: Don't execute divdeu without power7
Richard Henderson
2018-10-05
softfloat: Specialize udiv_qrnnd for ppc64
Richard Henderson
2018-10-05
softfloat: Specialize udiv_qrnnd for s390x
Richard Henderson
2018-10-05
softfloat: Specialize udiv_qrnnd for x86_64
Richard Henderson
2018-10-05
softfloat: Fix division
Richard Henderson
2018-10-05
softfloat: Replace countLeadingZeros32/64 with clz32/64
Thomas Huth
2018-03-04
softfloat: export some functions
Laurent Vivier