| Commit message (Expand) | Author | Age | Files | Lines |
| * | target/sparc: Use GET_ASI_CODE for ASI_KERNELTXT and ASI_USERTXT | Richard Henderson | 2024-04-12 | 1 | -2/+46 |
| * | target/sparc: Prefer fast cpu_env() over slower CPU QOM cast macro | Philippe Mathieu-Daudé | 2024-03-12 | 1 | -6/+3 |
| * | target/sparc: implement asr17 feature for smp | Clément Chigot | 2024-02-15 | 1 | -10/+3 |
| * | target/sparc: Use TCG_COND_TSTEQ in gen_op_mulscc | Richard Henderson | 2024-02-03 | 1 | -2/+2 |
| * | target/sparc: Split fcc out of env->fsr | Richard Henderson | 2024-02-03 | 1 | -387/+110 |
| * | target/sparc: Remove cpu_fsr | Richard Henderson | 2024-02-03 | 1 | -48/+50 |
| * | target/sparc: Split cexc and ftt from env->fsr | Richard Henderson | 2024-02-03 | 1 | -11/+20 |
| * | target/sparc: Merge check_ieee_exceptions with FPop helpers | Richard Henderson | 2024-02-03 | 1 | -14/+0 |
| * | target/sparc: Clear cexc and ftt in do_check_ieee_exceptions | Richard Henderson | 2024-02-03 | 1 | -16/+0 |
| * | target/sparc: Introduce cpu_get_fsr, cpu_put_fsr | Richard Henderson | 2024-02-03 | 1 | -1/+6 |
| * | target/sparc: Use i128 for Fdmulq | Richard Henderson | 2024-02-03 | 1 | -11/+4 |
| * | target/sparc: Use i128 for FdTOq, FxTOq | Richard Henderson | 2024-02-03 | 1 | -4/+5 |
| * | target/sparc: Use i128 for FsTOq, FiTOq | Richard Henderson | 2024-02-03 | 1 | -4/+5 |
| * | target/sparc: Use i128 for FCMPq, FCMPEq | Richard Henderson | 2024-02-03 | 1 | -34/+20 |
| * | target/sparc: Use i128 for FqTOd, FqTOx | Richard Henderson | 2024-02-03 | 1 | -3/+4 |
| * | target/sparc: Use i128 for FqTOs, FqTOi | Richard Henderson | 2024-02-03 | 1 | -3/+4 |
| * | target/sparc: Use i128 for FADDq, FSUBq, FMULq, FDIVq | Richard Henderson | 2024-02-03 | 1 | -6/+7 |
| * | target/sparc: Use i128 for FSQRTq | Richard Henderson | 2024-02-03 | 1 | -5/+7 |
| * | target/sparc: Inline FNEG, FABS | Richard Henderson | 2024-02-03 | 1 | -32/+30 |
| * | target/sparc: Introduce gen_{load,store}_fpr_Q | Richard Henderson | 2024-02-03 | 1 | -6/+19 |
| * | target/sparc: Remove gen_dest_fpr_F | Richard Henderson | 2024-02-03 | 1 | -11/+6 |
| * | target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for ASI_M_BFILL | Richard Henderson | 2024-02-03 | 1 | -16/+15 |
| * | target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for ASI_M_BCOPY | Richard Henderson | 2024-02-03 | 1 | -19/+26 |
| * | target: Use vaddr in gen_intermediate_code | Anton Johansson | 2024-01-29 | 1 | -1/+1 |
| * | target/sparc: Fix RETURN | Richard Henderson | 2023-11-14 | 1 | -1/+1 |
| * | target/sparc: Check for invalid cond in gen_compare_reg | Richard Henderson | 2023-11-05 | 1 | -19/+26 |
| * | target/sparc: Implement UDIV inline | Richard Henderson | 2023-11-05 | 1 | -13/+54 |
| * | target/sparc: Implement UDIVX and SDIVX inline | Richard Henderson | 2023-11-05 | 1 | -14/+95 |
| * | target/sparc: Discard cpu_cond at the end of each insn | Richard Henderson | 2023-11-05 | 1 | -0/+27 |
| * | target/sparc: Record entire jump condition in DisasContext | Richard Henderson | 2023-11-05 | 1 | -11/+16 |
| * | target/sparc: Merge gen_op_next_insn into only caller | Richard Henderson | 2023-11-05 | 1 | -7/+2 |
| * | target/sparc: Pass displacement to advance_jump_cond | Richard Henderson | 2023-11-05 | 1 | -7/+5 |
| * | target/sparc: Merge advance_jump_uncond_{never,always} into advance_jump_cond | Richard Henderson | 2023-11-05 | 1 | -44/+30 |
| * | target/sparc: Merge gen_branch2 into advance_pc | Richard Henderson | 2023-11-05 | 1 | -14/+14 |
| * | target/sparc: Do flush_cond in advance_jump_cond | Richard Henderson | 2023-11-05 | 1 | -6/+4 |
| * | target/sparc: Always copy conditions into a new temporary | Richard Henderson | 2023-11-05 | 1 | -1/+2 |
| * | target/sparc: Change DisasCompare.c2 to int | Richard Henderson | 2023-11-05 | 1 | -15/+18 |
| * | target/sparc: Remove DisasCompare.is_bool | Richard Henderson | 2023-11-05 | 1 | -15/+7 |
| * | target/sparc: Remove CC_OP leftovers | Richard Henderson | 2023-11-05 | 1 | -89/+26 |
| * | target/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTV | Richard Henderson | 2023-11-05 | 1 | -2/+2 |
| * | target/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUB | Richard Henderson | 2023-11-05 | 1 | -155/+42 |
| * | target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADD | Richard Henderson | 2023-11-05 | 1 | -160/+87 |
| * | target/sparc: Remove CC_OP_DIV | Richard Henderson | 2023-11-05 | 1 | -12/+58 |
| * | target/sparc: Remove CC_OP_LOGIC | Richard Henderson | 2023-11-05 | 1 | -39/+27 |
| * | target/sparc: Split psr and xcc into components | Richard Henderson | 2023-11-05 | 1 | -222/+136 |
| * | target/sparc: Remove disas_sparc_legacy | Richard Henderson | 2023-10-25 | 1 | -144/+1 |
| * | target/sparc: Convert FZERO, FONE to decodetree | Richard Henderson | 2023-10-25 | 1 | -29/+40 |
| * | target/sparc: Move FPACK16, FPACKFIX to decodetree | Richard Henderson | 2023-10-25 | 1 | -15/+40 |
| * | target/sparc: Move FPCMP* to decodetree | Richard Henderson | 2023-10-25 | 1 | -52/+38 |
| * | target/sparc: Convert FCMP, FCMPE to decodetree | Richard Henderson | 2023-10-25 | 1 | -56/+89 |