aboutsummaryrefslogtreecommitdiff
path: root/target/sparc
AgeCommit message (Expand)Author
2023-10-25target/sparc: Pass DisasCompare to advance_jump_condRichard Henderson
2023-10-25target/sparc: Merge gen_branch_[an] with only callerRichard Henderson
2023-10-25target/sparc: Merge gen_fcond with only callerRichard Henderson
2023-10-25target/sparc: Merge gen_cond with only callerRichard Henderson
2023-10-25target/sparc: Move FBPfcc and FBfcc to decodetreeRichard Henderson
2023-10-25target/sparc: Move BPr to decodetreeRichard Henderson
2023-10-25target/sparc: Move BPcc and Bicc to decodetreeRichard Henderson
2023-10-25target/sparc: Move CALL to decodetreeRichard Henderson
2023-10-25target/sparc: Define AM_CHECK for sparc32Richard Henderson
2023-10-25target/sparc: Add decodetree infrastructureRichard Henderson
2023-10-25target/sparc: Partition cpu featuresRichard Henderson
2023-10-25target/sparc: Remove sparcv7 cpu featuresRichard Henderson
2023-10-25target/sparc: Use CPU_FEATURE_BIT_* for cpu propertiesRichard Henderson
2023-10-25target/sparc: Define features via cpu-feature.h.incRichard Henderson
2023-10-25target/sparc: Set TCG_GUEST_DEFAULT_MORichard Henderson
2023-10-25target/sparc: Avoid helper_raise_exception in helper_st_asiRichard Henderson
2023-10-25target/sparc: Implement check_align inlineRichard Henderson
2023-10-25target/sparc: Clear may_lookup for npc == DYNAMIC_PCRichard Henderson
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson
2023-08-31target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé
2023-08-24target/sparc: Use tcg_gen_movcond_i64 in gen_edgeRichard Henderson
2023-07-25Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell
2023-07-25other architectures: spelling fixesMichael Tokarev
2023-07-25target/sparc: Handle FPRS correctly on big-endian hostsPeter Maydell
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson
2023-06-28target/sparc: Use tcg_gen_lookup_and_goto_ptr for v9 WRASIRichard Henderson
2023-06-28target/sparc: Use DYNAMIC_PC_LOOKUP for v9 RETURNRichard Henderson
2023-06-28target/sparc: Use DYNAMIC_PC_LOOKUP for JMPLRichard Henderson
2023-06-28target/sparc: Use DYNAMIC_PC_LOOKUP for conditional branchesRichard Henderson
2023-06-28target/sparc: Introduce DYNAMIC_PC_LOOKUPRichard Henderson
2023-06-28target/sparc: Drop inline markers from translate.cRichard Henderson
2023-06-28target/sparc: Fix npc comparison in sparc_tr_insn_startRichard Henderson
2023-06-28target/sparc: Use tcg_gen_lookup_and_goto_ptr in gen_goto_tbRichard Henderson
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05tcg: Remove NO_CPU_IO_DEFSRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson
2023-05-23accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmuRichard Henderson
2023-05-05target/sparc: Use cpu_ld*_code_mmuRichard Henderson
2023-05-05target/sparc: Use MO_ALIGN where requiredRichard Henderson
2023-05-05target/sparc: Finish conversion to tcg_gen_qemu_{ld, st}_*Richard Henderson
2023-03-13tcg/sparc: Avoid tcg_const_tl in gen_edgeRichard Henderson
2023-03-13target/sparc: Remove `NB_MMU_MODES` defineAnton Johansson