aboutsummaryrefslogtreecommitdiff
path: root/target/nios2
AgeCommit message (Expand)AuthorFilesLines
2023-08-01target/nios2: Fix semihost lseek offset computationKeith Packard1-1/+1
2023-08-01target/nios2: Pass semihosting arg to exitKeith Packard1-2/+2
2023-07-01target/nios2 : Explicitly ask for target-endian loads and storesPeter Maydell1-10/+10
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson1-2/+2
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-3/+3
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson1-1/+0
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson1-0/+5
2023-05-11target/nios2: Remove TARGET_ALIGNED_ONLYRichard Henderson1-0/+10
2023-03-13target/nios2: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée1-1/+1
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée2-1/+2
2023-03-05target/nios2: Drop tcg_temp_freeRichard Henderson1-15/+0
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson1-1/+1
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé1-1/+1
2023-02-08Drop duplicate #includeMarkus Armbruster1-2/+0
2022-12-16target/nios2: Convert to 3-phase resetPeter Maydell2-6/+10
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-1/+1
2022-10-26target/nios2: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+11
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+9
2022-09-13target/nios2: Honour -semihosting-config userspace=onPeter Maydell1-1/+2
2022-09-13semihosting: Allow optional use of semihosting from userspacePeter Maydell1-1/+1
2022-09-13target/nios2: Convert semihosting errno to gdb remote errnoRichard Henderson1-2/+31
2022-09-13target/nios2: Use semihosting/syscalls.hRichard Henderson1-246/+50
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson1-2/+3
2022-06-28target/nios2: Move nios2-semi.c to nios2_softmmu_ssRichard Henderson2-7/+2
2022-06-28target/nios2: Eliminate nios2_semi_is_lseekRichard Henderson1-36/+23
2022-06-28gdbstub: Adjust gdb_syscall_complete_cb declarationRichard Henderson1-5/+3
2022-06-28include/exec: Move gdb_stat and gdb_timeval to gdbstub.hRichard Henderson1-27/+3
2022-06-28include/exec: Move gdb open flags to gdbstub.hRichard Henderson1-8/+0
2022-06-28semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.hRichard Henderson1-1/+1
2022-05-11Normalize header guard symbol definitionMarkus Armbruster1-1/+1
2022-04-26target/nios2: Advance pc when raising exceptionsRichard Henderson4-11/+28
2022-04-26target/nios2: Implement EIC interrupt processingRichard Henderson3-22/+129
2022-04-26target/nios2: Update helper_eret for shadow registersRichard Henderson3-8/+16
2022-04-26target/nios2: Implement rdprs, wrprsRichard Henderson4-2/+74
2022-04-26target/nios2: Introduce shadow register setsRichard Henderson3-11/+83
2022-04-26target/nios2: Implement Misaligned destination exceptionRichard Henderson2-2/+22
2022-04-26target/nios2: Use tcg_gen_lookup_and_goto_ptrRichard Henderson1-2/+2
2022-04-26target/nios2: Use gen_goto_tb for DISAS_TOO_MANYRichard Henderson1-1/+4
2022-04-26target/nios2: Hoist set of is_jmp into gen_goto_tbRichard Henderson1-3/+1
2022-04-26target/nios2: Create gen_jumprRichard Henderson1-14/+13
2022-04-26target/nios2: Enable unaligned traps for system modeRichard Henderson1-2/+2
2022-04-26target/nios2: Drop CR_STATUS_EH from tb->flagsRichard Henderson1-1/+1
2022-04-26target/nios2: Introduce dest_gprRichard Henderson1-95/+49
2022-04-26target/nios2: Split out helpers for gen_rr_shiftRichard Henderson1-15/+20
2022-04-26target/nios2: Split out helpers for gen_rr_mul_highRichard Henderson1-13/+18
2022-04-26target/nios2: Split out helpers for gen_r_math_logicRichard Henderson1-18/+36
2022-04-26target/nios2: Split out helpers for gen_i_math_logicRichard Henderson1-23/+43
2022-04-26target/nios2: Split out helpers for gen_i_cmpxxRichard Henderson1-7/+27
2022-04-26target/nios2: Split out named structs for [IRJ]_TYPERichard Henderson1-21/+27