aboutsummaryrefslogtreecommitdiffstats
path: root/target/sparc (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/sparc: Restrict STQF to sparcv9Richard Henderson2024-08-202-2/+2
* sparc/ldst_helper: make range overlap check more readableYao Xingtao2024-07-231-3/+2
* target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell2024-07-111-0/+1
* target/sparc: use signed denominator in sdiv helperClément Chigot2024-06-191-1/+1
* target/sparc: Enable VIS4 feature bitRichard Henderson2024-06-051-0/+3
* target/sparc: Implement monitor ASIsRichard Henderson2024-06-053-0/+16
* target/sparc: Implement MWAITRichard Henderson2024-06-052-0/+12
* target/sparc: Implement SUBXC, SUBXCccRichard Henderson2024-06-052-0/+16
* target/sparc: Implement FPMIN, FPMAXRichard Henderson2024-06-052-0/+28
* target/sparc: Implement VIS4 comparisonsRichard Henderson2024-06-054-47/+153
* target/sparc: Implement 8-bit FPADD, FPADDS, and FPADDUSRichard Henderson2024-06-052-0/+20
* target/sparc: Implement FALIGNDATAiRichard Henderson2024-06-052-3/+31
* target/sparc: Add feature bit for VIS4Richard Henderson2024-06-052-0/+3
* target/sparc: Implement IMA extensionRichard Henderson2024-06-054-0/+31
* target/sparc: Enable VIS3 feature bitRichard Henderson2024-06-051-0/+3
* target/sparc: Implement XMULXRichard Henderson2024-06-054-0/+19
* target/sparc: Implement UMULXHIRichard Henderson2024-06-052-0/+9
* target/sparc: Implement PDISTNRichard Henderson2024-06-052-0/+12
* target/sparc: Implement MOVsTOw, MOVdTOx, MOVwTOs, MOVxTOdRichard Henderson2024-06-052-0/+42
* target/sparc: Implement LZCNTRichard Henderson2024-06-052-0/+19
* target/sparc: Implement LDXEFSRRichard Henderson2024-06-054-2/+17
* target/sparc: Implement FSLL, FSRL, FSRA, FSLASRichard Henderson2024-06-054-0/+58
* target/sparc: Implement FPCMPEQ8, FPCMPNE8, FPCMPULE8, FPCMPUGT8Richard Henderson2024-06-054-0/+58
* target/sparc: Implement FPADDS, FPSUBSRichard Henderson2024-06-052-0/+91
* target/sparc: Implement FPADD64, FPSUB64Richard Henderson2024-06-052-0/+5
* target/sparc: Implement FMEAN16Richard Henderson2024-06-054-0/+53
* target/sparc: Implement FLCMPRichard Henderson2024-06-054-0/+86
* target/sparc: Implement FHADD, FHSUB, FNHADD, FNADD, FNMULRichard Henderson2024-06-054-0/+160
* target/sparc: Implement FCHKSM16Richard Henderson2024-06-054-0/+57
* target/sparc: Implement CMASK instructionsRichard Henderson2024-06-054-0/+58
* target/sparc: Implement ADDXC, ADDXCccRichard Henderson2024-06-052-0/+17
* target/sparc: Add feature bits for VIS 3Richard Henderson2024-06-052-0/+5
* target/sparc: Implement FMAf extensionRichard Henderson2024-06-056-6/+123
* target/sparc: Use gvec for VIS1 parallel add/subRichard Henderson2024-06-051-4/+18
* target/sparc: Remove cpu_fpr[]Richard Henderson2024-06-051-74/+84
* target/sparc: Remove gen_dest_fpr_DRichard Henderson2024-06-051-16/+11
* target/sparc: Perform DFPREG/QFPREG in decodetreeRichard Henderson2024-06-052-114/+151
* target/sparc: Fix helper_fmul8ulx16Richard Henderson2024-06-051-4/+4
* target/sparc: Fix do_dcRichard Henderson2024-06-051-0/+1
* target/sparc: Rewrite gen_edgeRichard Henderson2024-06-051-61/+37
* target/sparc: Fix ARRAY8Richard Henderson2024-06-051-18/+35
* accel/tcg: Provide default implementation of disas_logRichard Henderson2024-05-151-9/+0
* Merge tag 'qemu-sparc-20240506' of https://github.com/mcayland/qemu into stagingRichard Henderson2024-05-065-189/+208
|\
| * target/sparc: Split out do_ms16bRichard Henderson2024-05-051-54/+24
| * target/sparc: Fix FPMERGERichard Henderson2024-05-053-15/+16
| * target/sparc: Fix FMULD8*X16Richard Henderson2024-05-053-52/+44
| * target/sparc: Fix FMUL8x16A{U,L}Richard Henderson2024-05-053-40/+48
| * target/sparc: Fix FMUL8x16Richard Henderson2024-05-053-6/+26
| * target/sparc: Fix FEXPANDRichard Henderson2024-05-054-6/+24
| * target/sparc/cpu: Avoid spaces by default in the CPU namesThomas Huth2024-05-051-28/+28