aboutsummaryrefslogtreecommitdiff
path: root/target/sh4/translate.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-26target/sh4: Convert to tcg_ops restore_state_to_opcRichard Henderson1-10/+0
2022-10-04target/sh4: Fix TB_FLAG_UNALIGNRichard Henderson1-42/+48
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson1-2/+3
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson1-3/+4
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-6/+6
2022-01-06target/sh4: Implement prctl_unalign_sigbusRichard Henderson1-16/+34
2021-10-15target/sh4: Drop check for singlestep_enabledRichard Henderson1-11/+3
2021-10-04target/sh4: Use lookup_symbol in sh4_tr_disas_logRichard Henderson1-1/+1
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich1-2/+2
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-18/+0
2021-07-09target/sh4: Use translator_use_goto_tbRichard Henderson1-8/+3
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé1-1/+0
2021-06-29target/sh4: Improve swap.b translationRichard Henderson1-2/+1
2021-06-29tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64Richard Henderson1-1/+1
2020-10-27target/sh4: fix some comment spelling errorsLichang Zhao1-1/+1
2020-10-27target/sh4: Update coding style to make checkpatch.pl happyPhilippe Mathieu-Daudé1-3/+5
2020-09-01target/sh4: Remove superfluous breaksLiao Pingfang1-3/+0
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-1/+1
2019-10-28target/sh4: fetch code with translator_ldEmilio G. Cota1-2/+2
2019-05-08target/sh4: Fix LGPL information in the file headersThomas Huth1-1/+1
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson1-2/+2
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-13/+14
2018-08-20sh4: fix use_icount with linux-userLaurent Vivier1-0/+1
2018-07-09target/sh4: Fix translator.c assertion failure for gUSARichard Henderson1-37/+44
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson1-4/+4
2018-05-09target/sh4: convert to TranslatorOpsEmilio G. Cota1-85/+86
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson1-2/+2
2017-12-18target/sh4: Convert to DisasContextBaseRichard Henderson1-76/+78
2017-12-18target/sh4: Do not singlestep after exceptionsRichard Henderson1-16/+16
2017-12-18target/sh4: Convert to DisasJumpTypeRichard Henderson1-35/+30
2017-12-18target/sh4: Use cmpxchg for movco when parallel_cpusRichard Henderson1-22/+60
2017-12-18target/sh4: fix TCG leak during gusa sequenceAlex Bennée1-1/+1
2017-12-18target/sh4: add missing tcg_temp_free() in _decode_opc()Philippe Mathieu-Daudé1-0/+2
2017-12-18Remove empty statementsLadi Prosek1-1/+1
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell1-1/+1
2017-10-25disas: Remove unused flags argumentsRichard Henderson1-1/+1
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson1-4/+0
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-1/+1
2017-10-24target/sh4: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota1-1/+1
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota1-3/+3
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-7/+0
2017-10-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota1-2/+2
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova1-3/+2
2017-07-18target/sh4: Use tcg_gen_lookup_and_goto_ptrRichard Henderson1-10/+20
2017-07-18target/sh4: Implement fsrraRichard Henderson1-0/+2
2017-07-18target/sh4: Add missing FPSCR.PR == 0 checksRichard Henderson1-0/+2
2017-07-18target/sh4: Implement fpchgRichard Henderson1-0/+5
2017-07-18target/sh4: Introduce CHECK_SH4ARichard Henderson1-34/+30
2017-07-18target/sh4: Introduce CHECK_FPSCR_PR_*Richard Henderson1-26/+31
2017-07-18target/sh4: Tidy misc illegal insn checksRichard Henderson1-9/+13