summaryrefslogtreecommitdiffstats
path: root/fpu
Commit message (Expand)AuthorAgeFilesLines
* softfloat: Fix shift128Right for shift counts 64..127Peter Maydell2013-06-101-1/+1
* fpu: Correct edgecase in float64_muladdPeter Maydell2013-04-151-3/+9
* softfloat: Handle float_muladd_negate_c when product is zeroRichard Sandiford2013-01-261-2/+2
* softfloat: Implement uint64_to_float128Richard Henderson2013-01-051-0/+8
* softfloat: Fix uint64_to_float64Richard Henderson2013-01-051-3/+10
* fpu: move public header file to include/fpuPaolo Bonzini2012-12-192-639/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* softfloat: implement fused multiply-add NaN propagation for MIPSAurelien Jarno2012-10-311-0/+27
* fpu/softfloat.c: Return correctly signed values from uint64_to_float32Peter Maydell2012-10-011-2/+2
* fpu/softfloat.c: Remove pointless shift of always-zero valuePeter Maydell2012-10-011-1/+1
* target-xtensa: specialize softfloat NaN rulesMax Filippov2012-09-221-2/+3
* softfloat: add NO_SIGNALING_NANSMax Filippov2012-09-222-0/+72
* softfloat: make float_muladd_negate_* flags independentMax Filippov2012-09-221-1/+1
* softfloat: Replace int16 type with int_fast16_tAndreas Färber2012-04-283-71/+68
* softfloat: Replace uint16 type with uint_fast16_tAndreas Färber2012-04-282-7/+7
* softfloat: Fix mixups of int and int16Andreas Färber2012-04-281-2/+2
* softfloat: make USE_SOFTFLOAT_STRUCT_TYPES compileJuan Quintela2012-04-211-2/+2
* softfloat: roundAndPackInt{32, 64}: Don't assume int32 is 32 bitsPeter Maydell2012-04-071-2/+2
* softfloat: float*_to_int32_round_to_zero: don't assume int32 is 32 bitsPeter Maydell2012-04-071-4/+4
* softfloat: fix for C99Avi Kivity2012-03-172-4/+6
* softfloat: Implement fused multiply-addPeter Maydell2011-10-193-0/+619
* softfloat: Reinstate accidentally disabled target-specific NaN handlingPeter Maydell2011-10-011-0/+5
* softfloat: Use uint32 consistentlyAndreas Färber2011-09-032-12/+12
* softfloat: Use uint16 consistentlyAndreas Färber2011-09-032-6/+6
* softfloat: change default nan definitions to variablesPaolo Bonzini2011-07-292-51/+81
* softfloat: add float*_is_zero_or_denormal()Aurelien Jarno2011-06-031-0/+15
* softfloat: always enable floatx80 and float128 supportAurelien Jarno2011-06-033-116/+0
* softfloat-native: removeAurelien Jarno2011-06-033-1085/+0
* softfloat: Add new flag for when denormal result is flushed to zeroPeter Maydell2011-05-232-8/+36
* softfloat-native: add float*_is_any_nan() functionsAurelien Jarno2011-04-252-0/+29
* softfloat-native: fix float*_scalbn() functionsAurelien Jarno2011-04-251-3/+3
* softfloat: fix float*_scalnb() corner casesAurelien Jarno2011-04-251-5/+42
* softfloat: add floatx80_compare*() functionsAurelien Jarno2011-04-252-0/+48
* softfloat-native: add a few constant valuesAurelien Jarno2011-04-251-0/+27
* softfloat: add pi constantsAurelien Jarno2011-04-251-0/+3
* softfloat: add floatx80 constantsAurelien Jarno2011-04-251-0/+7
* softfloat: fix floatx80_is_infinity()Aurelien Jarno2011-04-251-1/+1
* softfloat: fix floatx80 handling of NaNAurelien Jarno2011-04-251-7/+16
* softfloat: improve description of comparison functionsAurelien Jarno2011-04-171-37/+48
* softfloat: move float*_eq and float*_eq_quietAurelien Jarno2011-04-172-59/+58
* softfloat: rename float*_eq_signaling() into float*_eq()Aurelien Jarno2011-04-173-11/+11
* softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno2011-04-173-11/+11
* softfloat-native: add float*_unordered_quiet() functionsAurelien Jarno2011-04-171-3/+12
* softfloat: add float*_unordered_{,quiet}() functionsAurelien Jarno2011-04-172-0/+175
* softfloat: use GCC builtins to count the leading zerosAurelien Jarno2011-04-171-2/+27
* softfloat: Add setter function for tininess detection modePeter Maydell2011-04-121-0/+4
* unicore32: necessary modifications for other files to support unicore32Guan Xuetao2011-04-122-6/+6
* softfloat: Add float*_min() and float*_max() functionsPeter Maydell2011-04-032-0/+53
* softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_tAndreas Färber2011-03-215-432/+417
* softfloat: Resolve type mismatches between declaration and implementationAndreas Färber2011-03-211-34/+34
OpenPOWER on IntegriCloud