285 Commits (ca61f91ef9b0d10333881fd0070303ea33cbc72e)

Author SHA1 Message Date
Max Chou b5fee33bbf fpu: Add conversion routines for OCP FP4 E2M1 2 months ago
Max Chou 27e989f99c fpu: Add conversion routines for OCP FP8 E4M3 2 months ago
Max Chou d8be495376 fpu: Add conversion routines for OCP FP8 E5M2 2 months ago
Max Chou 0182fcd813 fpu: Add saturate parameter to parts_uncanon 2 months ago
Max Chou 2c2e54428b fpu: Add overflow_raises_invalid to FloatFmt 2 months ago
Richard Henderson a4aa765c9e fpu: Introduce FloatFmtExpMaxKind 2 months ago
Ilya Leoshkevich 8eb8c1bc59 target/s390x: Implement DIVIDE TO INTEGER 2 months ago
Richard Henderson abbeb42c17 fpu: Process float_muladd_negate_result after rounding 11 months ago
Peter Maydell 5d3462b4cd fpu: Build only once 1 year ago
Peter Maydell c5d4173fcf fpu: Don't compile-time disable hardfloat for PPC targets 1 year ago
Peter Maydell 1e75d8247f fpu: Move m68k_denormal fmt flag into floatx80_behaviour 1 year ago
Peter Maydell 765fe845cc fpu: Pass float_status to floatx80_invalid_encoding() 1 year ago
Peter Maydell 9b6e986e28 fpu: Make targets specify floatx80 default Inf at runtime 1 year ago
Peter Maydell 029a2083a2 fpu: Implement float_flag_input_denormal_used 1 year ago
Peter Maydell 7ad6a56757 fpu: Add float_class_denormal 1 year ago
Peter Maydell 7af64d103d fpu: Rename float_flag_output_denormal to float_flag_output_denormal_flushed 1 year ago
Peter Maydell 584b7aec81 fpu: Rename float_flag_input_denormal to float_flag_input_denormal_flushed 1 year ago
Richard Henderson 82f898f3b6 softfloat: Add float_muladd_suppress_add_product_zero 1 year ago
Richard Henderson 6a243913aa softfloat: Remove float_muladd_halve_result 1 year ago
Richard Henderson 910556bbf4 softfloat: Add float{16,32,64}_muladd_scalbn 1 year ago
Richard Henderson 1b34f934dd softfloat: Use parts_pick_nan in propagateFloatx80NaN 1 year ago
Richard Henderson 313938c105 softfloat: Move propagateFloatx80NaN to softfloat.c 1 year ago
Richard Henderson 722460652b fpu: Handle m68k extended precision denormals properly 3 years ago
LIU Zhiwei 00f9ef8f3d fpu: Add conversions between bfloat16 and [u]int8 3 years ago
Richard Henderson e2041f4d5d fpu: Add float64_to_int{32,64}_modulo 3 years ago
Alex Bennée 1d3daf9525 softfloat: use QEMU_FLATTEN to avoid mistaken isra inlining 3 years ago
Shivaprasad G Bhat 1098cc3fcf softfloat: Fix the incorrect computation in float32_exp2 3 years ago
Lucas Mateus Castro (alqotel) c40da5c6fb fpu: Add rebias bool, value and operation 4 years ago
Richard Henderson dee3fcfbb3 softfloat: Use FloatRelation for fracN_cmp 4 years ago
Richard Henderson b880867f15 softfloat: Fix declaration of partsN_compare 4 years ago
Matheus Ferst bea592300b softfloat: add float128_to_int128 4 years ago
Matheus Ferst 4de49ddfac softfloat: add float128_to_uint128 4 years ago
Matheus Ferst 95c1b71e25 softfloat: add int128_to_float128 4 years ago
Matheus Ferst f279852b89 softfloat: add uint128_to_float128 4 years ago
Richard Henderson 42636fb923 softfloat: Add float64r32 arithmetic routines 4 years ago
Richard Henderson e706d4455b softfloat: Add flag specific to signaling nans 4 years ago
Chih-Min Chao 0e9030376e softfloat: add APIs to handle alternative sNaN propagation for fmax/fmin 5 years ago
Richard Henderson 52a8071579 softfloat: Use _Generic instead of QEMU_GENERIC 5 years ago
Richard Henderson 6c06aca036 softfloat: Use _Generic instead of QEMU_GENERIC 5 years ago
Richard Henderson f291f45f4e softfloat: Fix tp init in float32_exp2 5 years ago
Richard Henderson 5d0204b82a softfloat: Use hard-float for {u}int64_to_float{32,64} 5 years ago
Richard Henderson feaf2e9c06 softfloat: Convert modrem operations to FloatParts 5 years ago
Richard Henderson 2fa3546c8f softfloat: Move floatN_log2 to softfloat-parts.c.inc 5 years ago
Richard Henderson 572c4d862f softfloat: Convert float32_exp2 to FloatParts 5 years ago
Richard Henderson 1b96b006d2 softfloat: Convert floatx80 compare to FloatParts 5 years ago
Richard Henderson 872e6991f0 softfloat: Convert floatx80_scalbn to FloatParts 5 years ago
Richard Henderson a1fc527bfb softfloat: Convert floatx80 to integer to FloatParts 5 years ago
Richard Henderson 8ae5719cd4 softfloat: Convert floatx80 float conversions to FloatParts 5 years ago
Richard Henderson 5f9529006e softfloat: Convert integer to floatx80 to FloatParts 5 years ago
Richard Henderson f9a95a7800 softfloat: Convert floatx80_round_to_int to FloatParts 5 years ago