aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-25hw/arm/aspeed: Move AspeedSoCState::cpu/vic to Aspeed2400SoCStatePhilippe Mathieu-Daudé3-15/+19
2023-10-25hw/arm/aspeed: Move AspeedSoCState::a7mpcore to Aspeed2600SoCStatePhilippe Mathieu-Daudé3-30/+37
2023-10-25hw/arm/aspeed: Move AspeedSoCState::armv7m to Aspeed10x0SoCStatePhilippe Mathieu-Daudé3-20/+25
2023-10-25hw/arm/aspeed: Check 'memory' link is set in common aspeed_soc_realizePhilippe Mathieu-Daudé1-0/+11
2023-10-25hw/arm/aspeed: Introduce TYPE_ASPEED2400_SOCPhilippe Mathieu-Daudé3-44/+53
2023-10-25hw/arm/aspeed: Introduce TYPE_ASPEED2600_SOCPhilippe Mathieu-Daudé2-13/+20
2023-10-25hw/arm/aspeed: Introduce TYPE_ASPEED10X0_SOCPhilippe Mathieu-Daudé2-13/+20
2023-10-25hw/arm/aspeed: Dynamically allocate AspeedMachineState::soc fieldPhilippe Mathieu-Daudé1-49/+52
2023-10-25hw/arm/aspeed: Rename aspeed_soc_realize() as AST2400/2500 specificPhilippe Mathieu-Daudé1-4/+11
2023-10-25hw/arm/aspeed: Rename aspeed_soc_init() as AST2400/2500 specificPhilippe Mathieu-Daudé1-3/+3
2023-10-25hw/arm/aspeed: Extract code common to all boards to a common filePhilippe Mathieu-Daudé3-96/+115