aboutsummaryrefslogtreecommitdiff
path: root/target/sparc/translate.c
AgeCommit message (Expand)Author
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: Remove sparcv7 cpu featuresRichard Henderson
2023-10-25target/sparc: Implement check_align inlineRichard Henderson
2023-10-25target/sparc: Clear may_lookup for npc == DYNAMIC_PCRichard 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-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-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-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-05-23tcg: Remove DEBUG_DISASRichard 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-05target/sparc: Avoid tcg_const_{tl,i32}Richard Henderson
2023-03-05target/sparc: Drop tcg_temp_freeRichard Henderson
2023-03-05target/sparc: Drop free_compareRichard Henderson
2023-03-05target/sparc: Remove egress label in disas_sparc_contextRichard Henderson
2023-03-05target/sparc: Drop get_temp_i32Richard Henderson
2023-03-05target/sparc: Drop get_temp_tlRichard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2023-01-05target/sparc: Avoid TCGV_{LOW,HIGH}Richard Henderson
2022-10-26target/sparc: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich
2021-09-08target/sparc: Drop use of gen_io_end()Peter Maydell
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-09target/sparc: Use translator_use_goto_tbRichard Henderson
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé
2020-12-18target/sparc/translate: silence the compiler warningsChen Qun
2020-11-15sparc tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-06-29target/sparc: Translate flushw opcodeGiuseppe Musacchio
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2019-10-28target/sparc: fetch code with translator_ldEmilio G. Cota
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen