Age | Commit message (Expand) | Author | Files | Lines |
2024-02-03 | target/sparc: Use TCG_COND_TSTEQ in gen_op_mulscc | Richard Henderson | 1 | -2/+2 |
2024-02-03 | target/sparc: Remove FSR_FTT_NMASK, FSR_FTT_CEXC_NMASK | Richard Henderson | 1 | -7/+0 |
2024-02-03 | target/sparc: Split fcc out of env->fsr | Richard Henderson | 4 | -522/+198 |
2024-02-03 | target/sparc: Remove cpu_fsr | Richard Henderson | 3 | -113/+114 |
2024-02-03 | target/sparc: Split cexc and ftt from env->fsr | Richard Henderson | 4 | -38/+48 |
2024-02-03 | target/sparc: Merge check_ieee_exceptions with FPop helpers | Richard Henderson | 3 | -129/+219 |
2024-02-03 | target/sparc: Clear cexc and ftt in do_check_ieee_exceptions | Richard Henderson | 2 | -16/+2 |
2024-02-03 | target/sparc: Split ver from env->fsr | Richard Henderson | 3 | -16/+23 |
2024-02-03 | target/sparc: Introduce cpu_get_fsr, cpu_put_fsr | Richard Henderson | 7 | -12/+70 |
2024-02-03 | target/sparc: Remove qt0, qt1 temporaries | Richard Henderson | 3 | -8/+0 |
2024-02-03 | target/sparc: Use i128 for Fdmulq | Richard Henderson | 3 | -16/+9 |
2024-02-03 | target/sparc: Use i128 for FdTOq, FxTOq | Richard Henderson | 3 | -10/+11 |
2024-02-03 | target/sparc: Use i128 for FsTOq, FiTOq | Richard Henderson | 3 | -10/+11 |
2024-02-03 | target/sparc: Use i128 for FCMPq, FCMPEq | Richard Henderson | 3 | -52/+41 |
2024-02-03 | target/sparc: Use i128 for FqTOd, FqTOx | Richard Henderson | 3 | -9/+10 |
2024-02-03 | target/sparc: Use i128 for FqTOs, FqTOi | Richard Henderson | 3 | -9/+10 |
2024-02-03 | target/sparc: Use i128 for FADDq, FSUBq, FMULq, FDIVq | Richard Henderson | 3 | -28/+26 |
2024-02-03 | target/sparc: Use i128 for FSQRTq | Richard Henderson | 3 | -8/+32 |
2024-02-03 | target/sparc: Inline FNEG, FABS | Richard Henderson | 3 | -72/+30 |
2024-02-03 | target/sparc: Introduce gen_{load,store}_fpr_Q | Richard Henderson | 1 | -6/+19 |
2024-02-03 | target/sparc: Remove gen_dest_fpr_F | Richard Henderson | 1 | -11/+6 |
2024-02-03 | target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for ASI_M_BFILL | Richard Henderson | 1 | -16/+15 |
2024-02-03 | target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for ASI_M_BCOPY | Richard Henderson | 1 | -19/+26 |
2024-02-03 | include/exec: Change cpu_mmu_index argument to CPUState | Richard Henderson | 3 | -3/+3 |
2024-02-03 | include/exec: Implement cpu_mmu_index generically | Richard Henderson | 2 | -7/+1 |
2024-02-03 | target/sparc: Populate CPUClass.mmu_index | Richard Henderson | 2 | -28/+35 |
2024-01-29 | include/qemu: Add TCGCPUOps typedef to typedefs.h | Richard Henderson | 1 | -1/+1 |
2024-01-29 | target: Use vaddr in gen_intermediate_code | Anton Johansson | 1 | -1/+1 |
2024-01-08 | system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() | Stefan Hajnoczi | 3 | -14/+14 |
2024-01-05 | target/sparc: Simplify qemu_irq_ack | Clément Chigot | 2 | -2/+2 |
2023-12-29 | target/sparc: Constify VMState in machine.c | Richard Henderson | 1 | -4/+4 |
2023-11-14 | target/sparc: Fix RETURN | Richard Henderson | 1 | -1/+1 |
2023-11-07 | target: Move ArchCPUClass definition to 'cpu.h' | Philippe Mathieu-Daudé | 2 | -20/+16 |
2023-11-07 | target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h' | Philippe Mathieu-Daudé | 2 | -3/+4 |
2023-11-07 | target: Unify QOM style | Philippe Mathieu-Daudé | 2 | -4/+0 |
2023-11-05 | target/sparc: Check for invalid cond in gen_compare_reg | Richard Henderson | 1 | -19/+26 |
2023-11-05 | target/sparc: Implement UDIV inline | Richard Henderson | 2 | -14/+56 |
2023-11-05 | target/sparc: Implement UDIVX and SDIVX inline | Richard Henderson | 4 | -44/+97 |
2023-11-05 | target/sparc: Discard cpu_cond at the end of each insn | Richard Henderson | 1 | -0/+27 |
2023-11-05 | target/sparc: Record entire jump condition in DisasContext | Richard Henderson | 1 | -11/+16 |
2023-11-05 | target/sparc: Merge gen_op_next_insn into only caller | Richard Henderson | 1 | -7/+2 |
2023-11-05 | target/sparc: Pass displacement to advance_jump_cond | Richard Henderson | 1 | -7/+5 |
2023-11-05 | target/sparc: Merge advance_jump_uncond_{never,always} into advance_jump_cond | Richard Henderson | 1 | -44/+30 |
2023-11-05 | target/sparc: Merge gen_branch2 into advance_pc | Richard Henderson | 1 | -14/+14 |
2023-11-05 | target/sparc: Do flush_cond in advance_jump_cond | Richard Henderson | 1 | -6/+4 |
2023-11-05 | target/sparc: Always copy conditions into a new temporary | Richard Henderson | 1 | -1/+2 |
2023-11-05 | target/sparc: Change DisasCompare.c2 to int | Richard Henderson | 1 | -15/+18 |
2023-11-05 | target/sparc: Remove DisasCompare.is_bool | Richard Henderson | 1 | -15/+7 |
2023-11-05 | target/sparc: Remove CC_OP leftovers | Richard Henderson | 9 | -173/+26 |
2023-11-05 | target/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTV | Richard Henderson | 4 | -200/+32 |