aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/fpu_helper.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19softfloat: Name compare relation enumRichard Henderson1-11/+11
2019-10-09target/s390x: Use tcg_s390_program_interrupt in TCG helpersRichard Henderson1-3/+3
2019-10-09target/s390x: Remove ilen parameter from s390_program_interruptRichard Henderson1-3/+3
2019-06-10target/s390x: Use env_cpu, env_archcpuRichard Henderson1-3/+1
2019-06-07s390x/tcg: Export float_comp_to_cc() and float(32|64|128)_dcmask()David Hildenbrand1-2/+2
2019-03-04s390x/tcg: Handle all rounding modes overwritten by BFP instructionsDavid Hildenbrand1-2/+11
2019-03-04s390x/tcg: Implement rounding mode and XxC for LOAD ROUNDEDDavid Hildenbrand1-6/+17
2019-03-04s390x/tcg: Implement XxC and checks for most FP instructionsDavid Hildenbrand1-63/+75
2019-03-04s390x/tcg: Prepare for IEEE-inexact-exception control (XxC)David Hildenbrand1-57/+57
2019-03-04s390x/tcg: Refactor saving/restoring the bfp rounding modeDavid Hildenbrand1-43/+69
2019-03-04s390x/tcg: Check for exceptions in SET BFP ROUNDING MODEDavid Hildenbrand1-0/+11
2019-03-04s390x/tcg: Handle SET FPC AND LOAD FPC 3-bit BFP rounding modesDavid Hildenbrand1-4/+18
2019-03-04s390x/tcg: Fix simulated-IEEE exceptionsDavid Hildenbrand1-0/+13
2019-03-04s390x/tcg: Refactor SET FPC AND SIGNAL handlingDavid Hildenbrand1-10/+12
2019-03-04s390x/tcg: Hide IEEE underflows in some scenariosDavid Hildenbrand1-0/+13
2019-03-04s390x/tcg: Fix parts of IEEE exception handlingDavid Hildenbrand1-6/+32
2019-03-04s390x/tcg: Factor out conversion of softfloat exceptionsDavid Hildenbrand1-12/+13
2019-03-04s390x/tcg: Fix rounding from float128 to uint64_t/uint32_tDavid Hildenbrand1-6/+2
2019-03-04s390x/tcg: Fix TEST DATA CLASS instructionsDavid Hildenbrand1-50/+35
2019-01-30target/s390x: Fix LGPL version in the file header commentsThomas Huth1-1/+1
2018-10-04s390x/tcg: factor out and fix DATA exception injectionDavid Hildenbrand1-10/+3
2018-05-17target/s390x: Remove floatX_maybe_silence_nan from conversionsRichard Henderson1-6/+6
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée1-0/+1
2017-12-14s390x/tcg: get rid of runtime_exception()David Hildenbrand1-1/+1
2017-08-30target/s390x: introduce internal.hDavid Hildenbrand1-0/+1
2017-06-06target/s390x: implement COMPARE AND SIGNALAurelien Jarno1-0/+27
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+749