Age | Commit message (Expand) | Author |
2023-12-29 | target/sparc: Constify VMState in machine.c | Richard Henderson |
2023-11-14 | target/sparc: Fix RETURN | Richard Henderson |
2023-11-07 | target: Move ArchCPUClass definition to 'cpu.h' | Philippe Mathieu-Daudé |
2023-11-07 | target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h' | Philippe Mathieu-Daudé |
2023-11-07 | target: Unify QOM style | Philippe Mathieu-Daudé |
2023-11-05 | target/sparc: Check for invalid cond in gen_compare_reg | Richard Henderson |
2023-11-05 | target/sparc: Implement UDIV inline | Richard Henderson |
2023-11-05 | target/sparc: Implement UDIVX and SDIVX inline | Richard Henderson |
2023-11-05 | target/sparc: Discard cpu_cond at the end of each insn | Richard Henderson |
2023-11-05 | target/sparc: Record entire jump condition in DisasContext | Richard Henderson |
2023-11-05 | target/sparc: Merge gen_op_next_insn into only caller | Richard Henderson |
2023-11-05 | target/sparc: Pass displacement to advance_jump_cond | Richard Henderson |
2023-11-05 | target/sparc: Merge advance_jump_uncond_{never,always} into advance_jump_cond | Richard Henderson |
2023-11-05 | target/sparc: Merge gen_branch2 into advance_pc | Richard Henderson |
2023-11-05 | target/sparc: Do flush_cond in advance_jump_cond | Richard Henderson |
2023-11-05 | target/sparc: Always copy conditions into a new temporary | Richard Henderson |
2023-11-05 | target/sparc: Change DisasCompare.c2 to int | Richard Henderson |
2023-11-05 | target/sparc: Remove DisasCompare.is_bool | Richard Henderson |
2023-11-05 | target/sparc: Remove CC_OP leftovers | Richard Henderson |
2023-11-05 | target/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTV | Richard Henderson |
2023-11-05 | target/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUB | Richard Henderson |
2023-11-05 | target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADD | Richard Henderson |
2023-11-05 | target/sparc: Remove CC_OP_DIV | Richard Henderson |
2023-11-05 | target/sparc: Remove CC_OP_LOGIC | Richard Henderson |
2023-11-05 | target/sparc: Split psr and xcc into components | Richard Henderson |
2023-11-05 | target/sparc: Introduce cpu_put_psr_icc | Richard Henderson |
2023-10-25 | target/sparc: Remove disas_sparc_legacy | Richard Henderson |
2023-10-25 | target/sparc: Convert FZERO, FONE to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move FPACK16, FPACKFIX to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move FPCMP* to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Convert FCMP, FCMPE to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move FMOVR, FMOVcc, FMOVfcc to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move FMOVq, FNEGq, FABSq to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move FdTOq, FxTOq to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move FiTOq, FsTOq to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move FqTOd, FqTOx to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move FqTOs, FqTOi to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move FiTOd, FsTOd, FsTOx to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move gen_fop_FD insns to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move FDMULQ to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move FSMULD to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move gen_fop_QQQ insns to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move gen_fop_DDD insns to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move gen_fop_FFF insns to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move FSQRTq to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move gen_fop_DD insns to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move gen_fop_FF insns to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move gen_gsr_fop_DDD insns to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move PDIST to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move gen_ne_fop_DDD insns to decodetree | Richard Henderson |