aboutsummaryrefslogtreecommitdiff
path: root/target/sparc
AgeCommit message (Expand)Author
2024-11-05target/sparc: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/sparc: Move cpu_put_fsr(env, 0) call to resetPeter Maydell
2024-09-20license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-laterPhilippe Mathieu-Daudé
2024-09-11target/sparc: Add gen_trap_if_nofpu_fpexceptionRichard Henderson
2024-09-11target/sparc: Implement STDFQRichard Henderson
2024-09-11target/sparc: Add FSR_QNE to tb_flagsRichard Henderson
2024-09-11target/sparc: Populate sparc32 FQ when raising fp exceptionCarl Hauser
2024-09-11target/sparc: Add FQ and FSR.QNECarl Hauser
2024-08-20target/sparc: Restrict STQF to sparcv9Richard Henderson
2024-07-23sparc/ldst_helper: make range overlap check more readableYao Xingtao
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell
2024-06-19target/sparc: use signed denominator in sdiv helperClément Chigot
2024-06-05target/sparc: Enable VIS4 feature bitRichard Henderson
2024-06-05target/sparc: Implement monitor ASIsRichard Henderson
2024-06-05target/sparc: Implement MWAITRichard Henderson
2024-06-05target/sparc: Implement SUBXC, SUBXCccRichard Henderson
2024-06-05target/sparc: Implement FPMIN, FPMAXRichard Henderson
2024-06-05target/sparc: Implement VIS4 comparisonsRichard Henderson
2024-06-05target/sparc: Implement 8-bit FPADD, FPADDS, and FPADDUSRichard Henderson
2024-06-05target/sparc: Implement FALIGNDATAiRichard Henderson
2024-06-05target/sparc: Add feature bit for VIS4Richard Henderson
2024-06-05target/sparc: Implement IMA extensionRichard Henderson
2024-06-05target/sparc: Enable VIS3 feature bitRichard Henderson
2024-06-05target/sparc: Implement XMULXRichard Henderson
2024-06-05target/sparc: Implement UMULXHIRichard Henderson
2024-06-05target/sparc: Implement PDISTNRichard Henderson
2024-06-05target/sparc: Implement MOVsTOw, MOVdTOx, MOVwTOs, MOVxTOdRichard Henderson
2024-06-05target/sparc: Implement LZCNTRichard Henderson
2024-06-05target/sparc: Implement LDXEFSRRichard Henderson
2024-06-05target/sparc: Implement FSLL, FSRL, FSRA, FSLASRichard Henderson
2024-06-05target/sparc: Implement FPCMPEQ8, FPCMPNE8, FPCMPULE8, FPCMPUGT8Richard Henderson
2024-06-05target/sparc: Implement FPADDS, FPSUBSRichard Henderson
2024-06-05target/sparc: Implement FPADD64, FPSUB64Richard Henderson
2024-06-05target/sparc: Implement FMEAN16Richard Henderson
2024-06-05target/sparc: Implement FLCMPRichard Henderson
2024-06-05target/sparc: Implement FHADD, FHSUB, FNHADD, FNADD, FNMULRichard Henderson
2024-06-05target/sparc: Implement FCHKSM16Richard Henderson
2024-06-05target/sparc: Implement CMASK instructionsRichard Henderson
2024-06-05target/sparc: Implement ADDXC, ADDXCccRichard Henderson
2024-06-05target/sparc: Add feature bits for VIS 3Richard Henderson
2024-06-05target/sparc: Implement FMAf extensionRichard Henderson
2024-06-05target/sparc: Use gvec for VIS1 parallel add/subRichard Henderson
2024-06-05target/sparc: Remove cpu_fpr[]Richard Henderson
2024-06-05target/sparc: Remove gen_dest_fpr_DRichard Henderson
2024-06-05target/sparc: Perform DFPREG/QFPREG in decodetreeRichard Henderson
2024-06-05target/sparc: Fix helper_fmul8ulx16Richard Henderson
2024-06-05target/sparc: Fix do_dcRichard Henderson
2024-06-05target/sparc: Rewrite gen_edgeRichard Henderson
2024-06-05target/sparc: Fix ARRAY8Richard Henderson
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson