summaryrefslogtreecommitdiff
path: root/target/sparc/translate.c
AgeCommit message (Expand)Author
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
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24target/sparc: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson
2017-10-24tcg: Remove GET_TCGV_* and MAKE_TCGV_*Richard Henderson
2017-09-01sparc: embed sparc_def_t into CPUSPARCStateIgor Mammedov
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova
2017-07-19target/sparc: optimize gen_op_mulscc() using deposit opPhilippe Mathieu-Daudé
2017-07-19target/sparc: optimize various functions using extract opPhilippe Mathieu-Daudé
2017-03-02target/sparc: Restore ldstub of odd asisRichard Henderson
2017-01-18target-sparc: add ST_BLKINIT_ ASIs for UA2005+ CPUsArtyom Tarasenko
2017-01-18target-sparc: use direct address translation in hyperprivileged modeArtyom Tarasenko
2017-01-18target-sparc: fix immediate UA2005 trapsArtyom Tarasenko
2017-01-18target-sparc: implement UA2005 rdhpstate and wrhpstate instructionsArtyom Tarasenko
2017-01-18target-sparc: implement UA2005 GL registerArtyom Tarasenko
2017-01-18target-sparc: hypervisor mode takes over nucleus modeArtyom Tarasenko
2017-01-18target-sparc: implement UltraSPARC-T1 Strand status ASRArtyom Tarasenko
2017-01-18target-sparc: store cpu super- and hypervisor flags in TBArtyom Tarasenko
2017-01-10target-sparc: Use ctpop helperRichard Henderson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth