]> git.proxmox.com Git - mirror_qemu.git/history - target/sparc/translate.c
target: Use vaddr in gen_intermediate_code
[mirror_qemu.git] / target / sparc / translate.c
2024-01-28 Anton Johanssontarget: Use vaddr in gen_intermediate_code
2023-11-20 Stefan HajnocziMerge tag '20231119-xtensa-1' of https://github.com...
2023-11-20 Stefan HajnocziMerge tag 'pull-trivial-patches' of https://gitlab...
2023-11-15 Stefan HajnocziMerge tag 'pull-tcg-20231114' of https://gitlab.com...
2023-11-14 Richard Hendersontarget/sparc: Fix RETURN
2023-11-07 Stefan HajnocziMerge tag 'pull-vfio-20231106' of https://github.com...
2023-11-07 Stefan HajnocziMerge tag 'pull-hv-balloon-20231106' of https://github...
2023-11-07 Stefan HajnocziMerge tag 'gpu-pull-request' of https://gitlab.com...
2023-11-07 Stefan HajnocziMerge tag 'pull-xenfv-stable-20231106' of git://git...
2023-11-07 Stefan HajnocziMerge tag 'q800-for-8.2-pull-request' of https://github...
2023-11-06 Stefan HajnocziMerge tag 'pull-sp-20231105' of https://gitlab.com...
2023-11-05 Richard Hendersontarget/sparc: Check for invalid cond in gen_compare_reg
2023-11-05 Richard Hendersontarget/sparc: Implement UDIV inline
2023-11-05 Richard Hendersontarget/sparc: Implement UDIVX and SDIVX inline
2023-11-05 Richard Hendersontarget/sparc: Discard cpu_cond at the end of each insn
2023-11-05 Richard Hendersontarget/sparc: Record entire jump condition in DisasContext
2023-11-05 Richard Hendersontarget/sparc: Merge gen_op_next_insn into only caller
2023-11-05 Richard Hendersontarget/sparc: Pass displacement to advance_jump_cond
2023-11-05 Richard Hendersontarget/sparc: Merge advance_jump_uncond_{never,always...
2023-11-05 Richard Hendersontarget/sparc: Merge gen_branch2 into advance_pc
2023-11-05 Richard Hendersontarget/sparc: Do flush_cond in advance_jump_cond
2023-11-05 Richard Hendersontarget/sparc: Always copy conditions into a new temporary
2023-11-05 Richard Hendersontarget/sparc: Change DisasCompare.c2 to int
2023-11-05 Richard Hendersontarget/sparc: Remove DisasCompare.is_bool
2023-11-05 Richard Hendersontarget/sparc: Remove CC_OP leftovers
2023-11-05 Richard Hendersontarget/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTV
2023-11-05 Richard Hendersontarget/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUB
2023-11-05 Richard Hendersontarget/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADD
2023-11-05 Richard Hendersontarget/sparc: Remove CC_OP_DIV
2023-11-05 Richard Hendersontarget/sparc: Remove CC_OP_LOGIC
2023-11-05 Richard Hendersontarget/sparc: Split psr and xcc into components
2023-10-30 Stefan HajnocziMerge tag 'pull-hex-20231018' of https://github.com...
2023-10-29 Stefan HajnocziMerge tag 'pull-request-2023-10-27' of https://gitlab...
2023-10-27 Stefan HajnocziMerge tag 'pull-sp-20231025' of https://gitlab.com...
2023-10-25 Richard Hendersontarget/sparc: Remove disas_sparc_legacy
2023-10-25 Richard Hendersontarget/sparc: Convert FZERO, FONE to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move FPACK16, FPACKFIX to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move FPCMP* to decodetree
2023-10-25 Richard Hendersontarget/sparc: Convert FCMP, FCMPE to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move FMOVR, FMOVcc, FMOVfcc to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move FMOVq, FNEGq, FABSq to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move FdTOq, FxTOq to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move FiTOq, FsTOq to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move FqTOd, FqTOx to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move FqTOs, FqTOi to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move FiTOd, FsTOd, FsTOx to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move gen_fop_FD insns to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move FDMULQ to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move FSMULD to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move gen_fop_QQQ insns to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move gen_fop_DDD insns to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move gen_fop_FFF insns to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move FSQRTq to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move gen_fop_DD insns to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move gen_fop_FF insns to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move gen_gsr_fop_DDD insns to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move PDIST to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move gen_ne_fop_DDD insns to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move gen_ne_fop_FFF insns to decodetree
2023-10-25 Richard Hendersontarget/sparc: Use tcg_gen_vec_{add,sub}*
2023-10-25 Richard Hendersontarget/sparc: Move FMOVD, FNEGD, FABSD, FSRC*D, FNOT...
2023-10-25 Richard Hendersontarget/sparc: Move FMOVS, FNEGS, FABSS, FSRC*S, FNOT...
2023-10-25 Richard Hendersontarget/sparc: Move BMASK to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move ADDRALIGN* to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move ARRAY* to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move EDGE* to decodetree
2023-10-25 Richard Hendersontarget/sparc: Merge LDFSR, LDXFSR implementations
2023-10-25 Richard Hendersontarget/sparc: Move LDFSR, STFSR to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move asi fp load/store to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move simple fp load/store to decodetree
2023-10-25 Richard Hendersontarget/sparc: Split out fp ldst functions with asi...
2023-10-25 Richard Hendersontarget/sparc: Move PREFETCH, PREFETCHA to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move CASA, CASXA to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move SWAP, SWAPA to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move LDSTUB, LDSTUBA to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move asi integer load/store to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move simple integer load/store to decodetree
2023-10-25 Richard Hendersontarget/sparc: Use tcg_gen_qemu_{ld,st}_i128 for GET_ASI...
2023-10-25 Richard Hendersontarget/sparc: Split out ldst functions with asi pre...
2023-10-25 Richard Hendersontarget/sparc: Drop ifdef around get_asi and friends
2023-10-25 Richard Hendersontarget/sparc: Split out resolve_asi
2023-10-25 Richard Hendersontarget/sparc: Move DONE, RETRY to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move FLUSH, SAVE, RESTORE to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move JMPL, RETT, RETURN to decodetree
2023-10-25 Richard Hendersontarget/sparc: Convert remaining v8 coproc insns to...
2023-10-25 Richard Hendersontarget/sparc: Move POPC to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move MOVcc, MOVR to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move SLL, SRL, SRA to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move TADD, TSUB, MULS to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move UDIV, SDIV to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move UDIVX, SDIVX to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move SUBC to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move UMUL, SMUL to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move MULX to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move ADDC to decodetree
2023-10-25 Richard Hendersontarget/sparc: Move basic arithmetic to decodetree
2023-10-25 Richard Hendersontarget/sparc: Remove cpu_hintp, cpu_htba, cpu_hver...
2023-10-25 Richard Hendersontarget/sparc: Remove cpu_tick_cmpr, cpu_stick_cmpr...
2023-10-25 Richard Hendersontarget/sparc: Remove cpu_wim
2023-10-25 Richard Hendersontarget/sparc: Move WRTBR, WRHPR to decodetree
next