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.h
Age
Commit message (
Expand
)
Author
2020-08-29
softfloat: Define comparison operations for bfloat16
Richard Henderson
2020-08-28
softfloat: Define misc operations for bfloat16
LIU Zhiwei
2020-08-28
softfloat: Define convert operations for bfloat16
LIU Zhiwei
2020-08-28
softfloat: Define operations for bfloat16
LIU Zhiwei
2020-08-28
softfloat: Add float16_is_normal
Stephen Long
2020-08-28
softfloat: Add fp16 and uint8/int8 conversion functions
Frank Chang
2020-08-28
softfloat: Implement the full set of comparisons for float16
Kito Cheng
2020-07-27
target/i386: floatx80: avoid compound literals in static initializers
Laszlo Ersek
2020-07-06
softfloat,m68k: disable floatx80_invalid_encoding() for m68k
Laurent Vivier
2020-06-26
softfloat: return low bits of quotient from floatx80_modrem
Joseph Myers
2020-06-26
softfloat: merge floatx80_mod and floatx80_rem
Joseph Myers
2020-05-19
softfloat: Return bool from all classification predicates
Richard Henderson
2020-05-19
softfloat: Inline floatx80 compare specializations
Richard Henderson
2020-05-19
softfloat: Inline float128 compare specializations
Richard Henderson
2020-05-19
softfloat: Inline float64 compare specializations
Richard Henderson
2020-05-19
softfloat: Inline float32 compare specializations
Richard Henderson
2020-05-19
softfloat: Name compare relation enum
Richard Henderson
2020-05-19
softfloat: Name rounding mode enum
Richard Henderson
2020-05-19
softfloat: Replace flag with bool
Richard Henderson
2019-08-19
fpu: move inline helpers into a separate header
Alex Bennée
2019-08-19
fpu: remove the LIT64 macro
Alex Bennée
2019-02-26
softfloat: Implement float128_to_uint32
David Hildenbrand
2019-02-26
softfloat: add float128_is_{normal,denormal}
David Hildenbrand
2018-12-17
softfloat: add float{32,64}_is_zero_or_normal
Emilio G. Cota
2018-12-17
softfloat: add float{32,64}_is_{de,}normal
Emilio G. Cota
2018-10-05
softfloat: remove float64_trunc_to_int
Emilio G. Cota
2018-08-24
softfloat: Add scaling float-to-int routines
Richard Henderson
2018-08-24
softfloat: Add scaling int-to-float routines
Richard Henderson
2018-05-17
fpu/softfloat: Remove floatX_maybe_silence_nan
Richard Henderson
2018-05-17
fpu/softfloat: re-factor float to float conversions
Alex Bennée
2018-05-17
fpu/softfloat: Split floatXX_silence_nan from floatXX_maybe_silence_nan
Richard Henderson
2018-03-04
softfloat: use floatx80_infinity in softfloat
Laurent Vivier
2018-03-04
softfloat: export some functions
Laurent Vivier
2018-03-01
arm/translate-a64: add FP16 FR[ECP/SQRT]S to simd_three_reg_same_fp16
Alex Bennée
2018-02-21
fpu/softfloat: re-factor sqrt
Alex Bennée
2018-02-21
fpu/softfloat: re-factor compare
Alex Bennée
2018-02-21
fpu/softfloat: re-factor minmax
Alex Bennée
2018-02-21
fpu/softfloat: re-factor scalbn
Alex Bennée
2018-02-21
fpu/softfloat: re-factor int/uint to float
Alex Bennée
2018-02-21
fpu/softfloat: re-factor float to int/uint
Alex Bennée
2018-02-21
fpu/softfloat: re-factor round_to_int
Alex Bennée
2018-02-21
fpu/softfloat: re-factor muladd
Alex Bennée
2018-02-21
fpu/softfloat: re-factor div
Alex Bennée
2018-02-21
fpu/softfloat: re-factor mul
Alex Bennée
2018-02-21
fpu/softfloat: re-factor add/sub
Alex Bennée
2018-02-21
include/fpu/softfloat: add some float16 constants
Alex Bennée
2018-02-21
include/fpu/softfloat: implement float16_set_sign helper
Alex Bennée
2018-02-21
include/fpu/softfloat: implement float16_chs helper
Alex Bennée
2018-02-21
include/fpu/softfloat: implement float16_abs helper
Alex Bennée
2018-02-21
target/*/cpu.h: remove softfloat.h
Alex Bennée
[next]