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