aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-25target/sparc: Move SLL, SRL, SRA to decodetreeRichard Henderson2-104/+92
2023-10-25target/sparc: Move TADD, TSUB, MULS to decodetreeRichard Henderson3-30/+29
2023-10-25target/sparc: Move UDIV, SDIV to decodetreeRichard Henderson3-33/+27
2023-10-25target/sparc: Move UDIVX, SDIVX to decodetreeRichard Henderson2-9/+18
2023-10-25target/sparc: Move SUBC to decodetreeRichard Henderson2-50/+90
2023-10-25target/sparc: Move UMUL, SMUL to decodetreeRichard Henderson2-18/+6
2023-10-25target/sparc: Move MULX to decodetreeRichard Henderson2-5/+6
2023-10-25target/sparc: Move ADDC to decodetreeRichard Henderson2-55/+94
2023-10-25target/sparc: Move basic arithmetic to decodetreeRichard Henderson2-103/+94
2023-10-25target/sparc: Remove cpu_hintp, cpu_htba, cpu_hver, cpu_ssr, cpu_verRichard Henderson1-19/+13
2023-10-25target/sparc: Remove cpu_tick_cmpr, cpu_stick_cmpr, cpu_hstick_cmprRichard Henderson1-27/+14
2023-10-25target/sparc: Remove cpu_wimRichard Henderson1-6/+8
2023-10-25target/sparc: Move WRTBR, WRHPR to decodetreeRichard Henderson2-54/+66
2023-10-25target/sparc: Move WRWIM, WRPR to decodetreeRichard Henderson2-136/+200
2023-10-25target/sparc: Move WRPSR, SAVED, RESTORED to decodetreeRichard Henderson2-33/+39
2023-10-25target/sparc: Move WRASR to decodetreeRichard Henderson2-156/+216
2023-10-25target/sparc: Move RDTBR, FLUSHW to decodetreeRichard Henderson2-12/+16
2023-10-25target/sparc: Move RDWIM, RDPR to decodetreeRichard Henderson2-138/+204
2023-10-25target/sparc: Move RDPSR, RDHPR to decodetreeRichard Henderson2-43/+83
2023-10-25target/sparc: Move RDASR, STBAR, MEMBAR to decodetreeRichard Henderson2-129/+235
2023-10-25target/sparc: Move Tcc to decodetreeRichard Henderson2-79/+89
2023-10-25target/sparc: Move SETHI to decodetreeRichard Henderson2-35/+21
2023-10-25target/sparc: Pass DisasCompare to advance_jump_condRichard Henderson1-18/+13
2023-10-25target/sparc: Merge gen_branch_[an] with only callerRichard Henderson1-43/+30
2023-10-25target/sparc: Merge gen_fcond with only callerRichard Henderson1-14/+8
2023-10-25target/sparc: Merge gen_cond with only callerRichard Henderson1-15/+8
2023-10-25target/sparc: Move FBPfcc and FBfcc to decodetreeRichard Henderson2-63/+43
2023-10-25target/sparc: Move BPr to decodetreeRichard Henderson2-41/+25
2023-10-25target/sparc: Move BPcc and Bicc to decodetreeRichard Henderson2-60/+61
2023-10-25target/sparc: Move CALL to decodetreeRichard Henderson2-17/+18
2023-10-25target/sparc: Define AM_CHECK for sparc32Richard Henderson1-12/+9
2023-10-25target/sparc: Add decodetree infrastructureRichard Henderson3-22/+55
2023-10-25target/sparc: Partition cpu featuresRichard Henderson1-15/+21
2023-10-25target/sparc: Remove sparcv7 cpu featuresRichard Henderson5-57/+11
2023-10-25target/sparc: Use CPU_FEATURE_BIT_* for cpu propertiesRichard Henderson1-28/+44
2023-10-25target/sparc: Define features via cpu-feature.h.incRichard Henderson2-19/+32
2023-10-25configs: Enable MTTCG for sparc, sparc64Richard Henderson2-0/+2
2023-10-25target/sparc: Set TCG_GUEST_DEFAULT_MORichard Henderson1-0/+23
2023-10-25target/sparc: Avoid helper_raise_exception in helper_st_asiRichard Henderson1-4/+6
2023-10-25target/sparc: Implement check_align inlineRichard Henderson3-15/+61
2023-10-25target/sparc: Clear may_lookup for npc == DYNAMIC_PCRichard Henderson1-3/+17
2023-10-23Merge tag 'pull-tcg-20231023' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi22-987/+1127
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi43-833/+1215
2023-10-23Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi5-56/+43
2023-10-23Merge tag 'hw-misc-20231020' of https://github.com/philmd/qemu into stagingStefan Hajnoczi1-1/+1
2023-10-22target/xtensa: Use tcg_gen_sextract_i32Richard Henderson1-11/+1
2023-10-22target/tricore: Use tcg_gen_*extract_tlRichard Henderson1-16/+4
2023-10-22target/rx: Use tcg_gen_ext_i32Richard Henderson1-8/+3
2023-10-22target/m68k: Use tcg_gen_ext_i32Richard Henderson1-20/+3
2023-10-22target/i386: Use tcg_gen_ext_tlRichard Henderson1-25/+3