aboutsummaryrefslogtreecommitdiff
path: root/target/nios2/op_helper.c
AgeCommit message (Expand)Author
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson
2022-04-26target/nios2: Advance pc when raising exceptionsRichard Henderson
2022-04-26target/nios2: Update helper_eret for shadow registersRichard Henderson
2022-04-26target/nios2: Implement rdprs, wrprsRichard Henderson
2022-04-26target/nios2: Implement Misaligned destination exceptionRichard Henderson
2022-04-26target/nios2: Support division error exceptionRichard Henderson
2022-04-26target/nios2: Prevent writes to read-only or reserved control fieldsRichard Henderson
2022-04-26target/nios2: Split control registers away from general registersRichard Henderson
2022-04-26target/nios2: Split out helper for eret instructionAmir Gonnen
2022-03-03target/nios2: Rewrite interrupt handlingRichard Henderson
2022-03-03target/nios2: Split mmu_writeRichard Henderson
2022-03-03target/nios2: Remove mmu_read_debugRichard Henderson
2020-12-15target/nios2: Move nios2_check_interrupts() into target/nios2Peter Maydell
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2018-06-01nios2: do not include exec-all.h from cpu.hPaolo Bonzini
2017-12-18nios2: remove duplicated includes (in code commented out)Philippe Mathieu-Daudé
2017-03-14target/nios2: take BQL around interrupt checkPaolo Bonzini
2017-01-24nios2: Add architecture emulation supportChris Wulff