summaryrefslogtreecommitdiff
path: root/target/sh4/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
2022-01-06target/sh4: Implement prctl_unalign_sigbusRichard Henderson
2021-10-15target/sh4: Drop check for singlestep_enabledRichard Henderson
2021-10-04target/sh4: Use lookup_symbol in sh4_tr_disas_logRichard Henderson
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-09target/sh4: Use translator_use_goto_tbRichard Henderson
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé
2021-06-29target/sh4: Improve swap.b translationRichard Henderson
2021-06-29tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64Richard Henderson
2020-10-27target/sh4: fix some comment spelling errorsLichang Zhao
2020-10-27target/sh4: Update coding style to make checkpatch.pl happyPhilippe Mathieu-Daudé
2020-09-01target/sh4: Remove superfluous breaksLiao Pingfang
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2019-10-28target/sh4: fetch code with translator_ldEmilio G. Cota
2019-05-08target/sh4: Fix LGPL information in the file headersThomas Huth
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2018-08-20sh4: fix use_icount with linux-userLaurent Vivier
2018-07-09target/sh4: Fix translator.c assertion failure for gUSARichard Henderson
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2018-05-09target/sh4: convert to TranslatorOpsEmilio G. Cota
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson
2017-12-18target/sh4: Convert to DisasContextBaseRichard Henderson
2017-12-18target/sh4: Do not singlestep after exceptionsRichard Henderson
2017-12-18target/sh4: Convert to DisasJumpTypeRichard Henderson
2017-12-18target/sh4: Use cmpxchg for movco when parallel_cpusRichard Henderson
2017-12-18target/sh4: fix TCG leak during gusa sequenceAlex Bennée
2017-12-18target/sh4: add missing tcg_temp_free() in _decode_opc()Philippe Mathieu-Daudé
2017-12-18Remove empty statementsLadi Prosek
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/sh4: 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-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova
2017-07-18target/sh4: Use tcg_gen_lookup_and_goto_ptrRichard Henderson
2017-07-18target/sh4: Implement fsrraRichard Henderson
2017-07-18target/sh4: Add missing FPSCR.PR == 0 checksRichard Henderson
2017-07-18target/sh4: Implement fpchgRichard Henderson
2017-07-18target/sh4: Introduce CHECK_SH4ARichard Henderson
2017-07-18target/sh4: Introduce CHECK_FPSCR_PR_*Richard Henderson
2017-07-18target/sh4: Tidy misc illegal insn checksRichard Henderson
2017-07-18target/sh4: Unify code for CHECK_FPU_ENABLEDRichard Henderson
2017-07-18target/sh4: Unify code for CHECK_PRIVILEGEDRichard Henderson
2017-07-18target/sh4: Unify code for CHECK_NOT_DELAY_SLOTRichard Henderson