aboutsummaryrefslogtreecommitdiff
path: root/target/sparc/translate.c
AgeCommit message (Expand)Author
2023-10-29target/sparc: Clear may_lookup for npc == DYNAMIC_PCRichard 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
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson
2018-06-17SPARC64: add icount supportMark Cave-Ayland
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2018-05-09target/sparc: convert to TranslatorOpsEmilio G. Cota
2018-05-09target/sparc: convert to DisasContextBaseEmilio G. Cota
2018-05-09target/sparc: convert to DisasJumpTypeEmilio G. Cota
2018-03-08sparc: fix leon3 casa instruction when MMU is disabledKONRAD Frederic
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell
2017-10-25disas: Remove unused flags argumentsRichard Henderson
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson