aboutsummaryrefslogtreecommitdiff
path: root/target/nios2/translate.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson1-3/+4
2022-03-03target/nios2: Rewrite interrupt handlingRichard Henderson1-9/+5
2022-03-03target/nios2: Special case ipending in rdctl and wrctlRichard Henderson1-0/+14
2022-03-03target/nios2: Split mmu_writeRichard Henderson1-12/+10
2022-03-03target/nios2: Hoist R_ZERO check in rdctlRichard Henderson1-3/+5
2022-03-03target/nios2: Remove mmu_read_debugRichard Henderson1-17/+0
2022-01-06linux-user/nios2: Map a real kuser pageRichard Henderson1-9/+0
2022-01-06linux-user/nios2: Properly emulate EXCP_TRAPRichard Henderson1-1/+16
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-27/+0
2021-07-09target/nios2: Use translator_use_goto_tbRichard Henderson1-14/+1
2021-06-29target/nios2: Use pc_next for pc + 4Richard Henderson1-6/+6
2021-06-29target/nios2: Inline handle_instructionRichard Henderson1-35/+31
2021-06-29target/nios2: Clean up goto in handle_instructionRichard Henderson1-6/+2
2021-06-29target/nios2: Remove assignment to env in handle_instructionRichard Henderson1-1/+2
2021-06-29target/nios2: Convert to TranslatorOpsRichard Henderson1-65/+67
2021-06-29target/nios2: Add DisasContextBase to DisasContextRichard Henderson1-34/+36
2021-06-29target/nios2: Use global cpu_RRichard Henderson1-39/+34
2021-06-29target/nios2: Use global cpu_envRichard Henderson1-6/+4
2021-06-29target/nios2: Replace DISAS_TB_JUMP with DISAS_NORETURNRichard Henderson1-5/+3
2021-06-05target/nios2: fix page-fit instruction countPavel Dovgalyuk1-1/+1
2020-07-13target/nios2: Use gen_io_start around wrctl instructionWentong Wu1-0/+5
2020-07-13target/nios2: in line the semantics of DISAS_UPDATE with other targetsWentong Wu1-1/+1
2020-07-13target/nios2: add DISAS_NORETURN case for nothing more to generateWentong Wu1-2/+3
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-1/+1
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley1-2/+2
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk1-4/+0
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson1-12/+2
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-12/+12
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson1-4/+4
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson1-3/+3
2017-12-18nios2: remove duplicated includes (in code commented out)Philippe Mathieu-Daudé1-0/+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-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota1-3/+3
2017-10-16nios2: define tcg_envPaolo Bonzini1-0/+1
2017-09-06target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova1-0/+6
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova1-3/+2
2017-06-05target/nios2: Fix 64-bit ilp32 compilationRichard Henderson1-1/+1
2017-03-04nios2: avoid anonymous unions in designated initializers.Paolo Bonzini1-18/+18
2017-01-24nios2: Add architecture emulation supportChris Wulff1-0/+958