summaryrefslogtreecommitdiff
path: root/target/nios2/translate.c
AgeCommit message (Expand)Author
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-09target/nios2: Use translator_use_goto_tbRichard Henderson
2021-06-29target/nios2: Use pc_next for pc + 4Richard Henderson
2021-06-29target/nios2: Inline handle_instructionRichard Henderson
2021-06-29target/nios2: Clean up goto in handle_instructionRichard Henderson
2021-06-29target/nios2: Remove assignment to env in handle_instructionRichard Henderson
2021-06-29target/nios2: Convert to TranslatorOpsRichard Henderson
2021-06-29target/nios2: Add DisasContextBase to DisasContextRichard Henderson
2021-06-29target/nios2: Use global cpu_RRichard Henderson
2021-06-29target/nios2: Use global cpu_envRichard Henderson
2021-06-29target/nios2: Replace DISAS_TB_JUMP with DISAS_NORETURNRichard Henderson
2021-06-05target/nios2: fix page-fit instruction countPavel Dovgalyuk
2020-07-13target/nios2: Use gen_io_start around wrctl instructionWentong Wu
2020-07-13target/nios2: in line the semantics of DISAS_UPDATE with other targetsWentong Wu
2020-07-13target/nios2: add DISAS_NORETURN case for nothing more to generateWentong Wu
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk
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-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson
2017-12-18nios2: remove duplicated includes (in code commented out)Philippe Mathieu-Daudé
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-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota
2017-10-16nios2: define tcg_envPaolo Bonzini
2017-09-06target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova
2017-06-05target/nios2: Fix 64-bit ilp32 compilationRichard Henderson
2017-03-04nios2: avoid anonymous unions in designated initializers.Paolo Bonzini
2017-01-24nios2: Add architecture emulation supportChris Wulff