summary refs log tree commit diff stats
path: root/target/sparc/translate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/sparc: Use GET_ASI_CODE for ASI_KERNELTXT and ASI_USERTXTRichard Henderson2024-04-121-2/+46
* target/sparc: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé2024-03-121-6/+3
* target/sparc: implement asr17 feature for smpClément Chigot2024-02-151-10/+3
* target/sparc: Use TCG_COND_TSTEQ in gen_op_mulsccRichard Henderson2024-02-031-2/+2
* target/sparc: Split fcc out of env->fsrRichard Henderson2024-02-031-387/+110
* target/sparc: Remove cpu_fsrRichard Henderson2024-02-031-48/+50
* target/sparc: Split cexc and ftt from env->fsrRichard Henderson2024-02-031-11/+20
* target/sparc: Merge check_ieee_exceptions with FPop helpersRichard Henderson2024-02-031-14/+0
* target/sparc: Clear cexc and ftt in do_check_ieee_exceptionsRichard Henderson2024-02-031-16/+0
* target/sparc: Introduce cpu_get_fsr, cpu_put_fsrRichard Henderson2024-02-031-1/+6
* target/sparc: Use i128 for FdmulqRichard Henderson2024-02-031-11/+4
* target/sparc: Use i128 for FdTOq, FxTOqRichard Henderson2024-02-031-4/+5
* target/sparc: Use i128 for FsTOq, FiTOqRichard Henderson2024-02-031-4/+5
* target/sparc: Use i128 for FCMPq, FCMPEqRichard Henderson2024-02-031-34/+20
* target/sparc: Use i128 for FqTOd, FqTOxRichard Henderson2024-02-031-3/+4
* target/sparc: Use i128 for FqTOs, FqTOiRichard Henderson2024-02-031-3/+4
* target/sparc: Use i128 for FADDq, FSUBq, FMULq, FDIVqRichard Henderson2024-02-031-6/+7
* target/sparc: Use i128 for FSQRTqRichard Henderson2024-02-031-5/+7
* target/sparc: Inline FNEG, FABSRichard Henderson2024-02-031-32/+30
* target/sparc: Introduce gen_{load,store}_fpr_QRichard Henderson2024-02-031-6/+19
* target/sparc: Remove gen_dest_fpr_FRichard Henderson2024-02-031-11/+6
* target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for ASI_M_BFILLRichard Henderson2024-02-031-16/+15
* target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for ASI_M_BCOPYRichard Henderson2024-02-031-19/+26
* target: Use vaddr in gen_intermediate_codeAnton Johansson2024-01-291-1/+1
* target/sparc: Fix RETURNRichard Henderson2023-11-141-1/+1
* target/sparc: Check for invalid cond in gen_compare_regRichard Henderson2023-11-051-19/+26
* target/sparc: Implement UDIV inlineRichard Henderson2023-11-051-13/+54
* target/sparc: Implement UDIVX and SDIVX inlineRichard Henderson2023-11-051-14/+95
* target/sparc: Discard cpu_cond at the end of each insnRichard Henderson2023-11-051-0/+27
* target/sparc: Record entire jump condition in DisasContextRichard Henderson2023-11-051-11/+16
* target/sparc: Merge gen_op_next_insn into only callerRichard Henderson2023-11-051-7/+2
* target/sparc: Pass displacement to advance_jump_condRichard Henderson2023-11-051-7/+5
* target/sparc: Merge advance_jump_uncond_{never,always} into advance_jump_condRichard Henderson2023-11-051-44/+30
* target/sparc: Merge gen_branch2 into advance_pcRichard Henderson2023-11-051-14/+14
* target/sparc: Do flush_cond in advance_jump_condRichard Henderson2023-11-051-6/+4
* target/sparc: Always copy conditions into a new temporaryRichard Henderson2023-11-051-1/+2
* target/sparc: Change DisasCompare.c2 to intRichard Henderson2023-11-051-15/+18
* target/sparc: Remove DisasCompare.is_boolRichard Henderson2023-11-051-15/+7
* target/sparc: Remove CC_OP leftoversRichard Henderson2023-11-051-89/+26
* target/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTVRichard Henderson2023-11-051-2/+2
* target/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUBRichard Henderson2023-11-051-155/+42
* target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADDRichard Henderson2023-11-051-160/+87
* target/sparc: Remove CC_OP_DIVRichard Henderson2023-11-051-12/+58
* target/sparc: Remove CC_OP_LOGICRichard Henderson2023-11-051-39/+27
* target/sparc: Split psr and xcc into componentsRichard Henderson2023-11-051-222/+136
* target/sparc: Remove disas_sparc_legacyRichard Henderson2023-10-251-144/+1
* target/sparc: Convert FZERO, FONE to decodetreeRichard Henderson2023-10-251-29/+40
* target/sparc: Move FPACK16, FPACKFIX to decodetreeRichard Henderson2023-10-251-15/+40
* target/sparc: Move FPCMP* to decodetreeRichard Henderson2023-10-251-52/+38
* target/sparc: Convert FCMP, FCMPE to decodetreeRichard Henderson2023-10-251-56/+89