aboutsummaryrefslogtreecommitdiff
path: root/target/sparc/fop_helper.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-11target/sparc: Add FQ and FSR.QNECarl Hauser1-0/+4
2024-06-05target/sparc: Implement LDXEFSRRichard Henderson1-0/+6
2024-06-05target/sparc: Implement FLCMPRichard Henderson1-0/+46
2024-06-05target/sparc: Implement FHADD, FHSUB, FNHADD, FNADD, FNMULRichard Henderson1-0/+68
2024-06-05target/sparc: Implement FMAf extensionRichard Henderson1-0/+16
2024-02-03target/sparc: Split fcc out of env->fsrRichard Henderson1-97/+72
2024-02-03target/sparc: Remove cpu_fsrRichard Henderson1-5/+4
2024-02-03target/sparc: Split cexc and ftt from env->fsrRichard Henderson1-25/+21
2024-02-03target/sparc: Merge check_ieee_exceptions with FPop helpersRichard Henderson1-55/+160
2024-02-03target/sparc: Clear cexc and ftt in do_check_ieee_exceptionsRichard Henderson1-0/+2
2024-02-03target/sparc: Split ver from env->fsrRichard Henderson1-2/+7
2024-02-03target/sparc: Introduce cpu_get_fsr, cpu_put_fsrRichard Henderson1-2/+19
2024-02-03target/sparc: Remove qt0, qt1 temporariesRichard Henderson1-3/+0
2024-02-03target/sparc: Use i128 for FdmulqRichard Henderson1-4/+4
2024-02-03target/sparc: Use i128 for FdTOq, FxTOqRichard Henderson1-4/+4
2024-02-03target/sparc: Use i128 for FsTOq, FiTOqRichard Henderson1-4/+4
2024-02-03target/sparc: Use i128 for FCMPq, FCMPEqRichard Henderson1-10/+13
2024-02-03target/sparc: Use i128 for FqTOd, FqTOxRichard Henderson1-4/+4
2024-02-03target/sparc: Use i128 for FqTOs, FqTOiRichard Henderson1-4/+4
2024-02-03target/sparc: Use i128 for FADDq, FSUBq, FMULq, FDIVqRichard Henderson1-15/+14
2024-02-03target/sparc: Use i128 for FSQRTqRichard Henderson1-2/+24
2024-02-03target/sparc: Inline FNEG, FABSRichard Henderson1-34/+0
2023-10-25target/sparc: Merge LDFSR, LDXFSR implementationsRichard Henderson1-15/+2
2020-11-15sparc tcg cpus: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-05-19softfloat: Name compare relation enumRichard Henderson1-2/+2
2019-06-10target/sparc: Use env_cpu, env_archcpuRichard Henderson1-1/+1
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée1-0/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+400