index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
nios2
/
translate.c
Age
Commit message (
Expand
)
Author
2022-04-26
target/nios2: Advance pc when raising exceptions
Richard Henderson
2022-04-26
target/nios2: Update helper_eret for shadow registers
Richard Henderson
2022-04-26
target/nios2: Implement rdprs, wrprs
Richard Henderson
2022-04-26
target/nios2: Introduce shadow register sets
Richard Henderson
2022-04-26
target/nios2: Implement Misaligned destination exception
Richard Henderson
2022-04-26
target/nios2: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
2022-04-26
target/nios2: Use gen_goto_tb for DISAS_TOO_MANY
Richard Henderson
2022-04-26
target/nios2: Hoist set of is_jmp into gen_goto_tb
Richard Henderson
2022-04-26
target/nios2: Create gen_jumpr
Richard Henderson
2022-04-26
target/nios2: Introduce dest_gpr
Richard Henderson
2022-04-26
target/nios2: Split out helpers for gen_rr_shift
Richard Henderson
2022-04-26
target/nios2: Split out helpers for gen_rr_mul_high
Richard Henderson
2022-04-26
target/nios2: Split out helpers for gen_r_math_logic
Richard Henderson
2022-04-26
target/nios2: Split out helpers for gen_i_math_logic
Richard Henderson
2022-04-26
target/nios2: Split out helpers for gen_i_cmpxx
Richard Henderson
2022-04-26
target/nios2: Split out named structs for [IRJ]_TYPE
Richard Henderson
2022-04-26
target/nios2: Use tcg_constant_tl
Richard Henderson
2022-04-26
target/nios2: Support division error exception
Richard Henderson
2022-04-26
target/nios2: Prevent writes to read-only or reserved control fields
Richard Henderson
2022-04-26
target/nios2: Create EXCP_SEMIHOST for semi-hosting
Richard Henderson
2022-04-26
target/nios2: Use hw/registerfields.h for CR_TLBMISC fields
Richard Henderson
2022-04-26
target/nios2: Use hw/registerfields.h for CR_TLBADDR fields
Richard Henderson
2022-04-26
target/nios2: Clean up nios2_cpu_dump_state
Richard Henderson
2022-04-26
target/nios2: Split control registers away from general registers
Richard Henderson
2022-04-26
target/nios2: Do not create TCGv for control registers
Richard Henderson
2022-04-26
target/nios2: Fix BRET instruction
Richard Henderson
2022-04-26
target/nios2: Split out helper for eret instruction
Amir Gonnen
2022-04-26
target/nios2: Split PC out of env->regs[]
Richard Henderson
2022-04-26
target/nios2: Stop generating code if gen_check_supervisor fails
Richard Henderson
2022-04-26
target/nios2: Check supervisor on eret
Amir Gonnen
2022-04-20
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
2022-03-03
target/nios2: Rewrite interrupt handling
Richard Henderson
2022-03-03
target/nios2: Special case ipending in rdctl and wrctl
Richard Henderson
2022-03-03
target/nios2: Split mmu_write
Richard Henderson
2022-03-03
target/nios2: Hoist R_ZERO check in rdctl
Richard Henderson
2022-03-03
target/nios2: Remove mmu_read_debug
Richard Henderson
2022-01-06
linux-user/nios2: Map a real kuser page
Richard Henderson
2022-01-06
linux-user/nios2: Properly emulate EXCP_TRAP
Richard Henderson
2021-07-21
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
2021-07-09
target/nios2: Use translator_use_goto_tb
Richard Henderson
2021-06-29
target/nios2: Use pc_next for pc + 4
Richard Henderson
2021-06-29
target/nios2: Inline handle_instruction
Richard Henderson
2021-06-29
target/nios2: Clean up goto in handle_instruction
Richard Henderson
2021-06-29
target/nios2: Remove assignment to env in handle_instruction
Richard Henderson
2021-06-29
target/nios2: Convert to TranslatorOps
Richard Henderson
2021-06-29
target/nios2: Add DisasContextBase to DisasContext
Richard Henderson
2021-06-29
target/nios2: Use global cpu_R
Richard Henderson
2021-06-29
target/nios2: Use global cpu_env
Richard Henderson
2021-06-29
target/nios2: Replace DISAS_TB_JUMP with DISAS_NORETURN
Richard Henderson
2021-06-05
target/nios2: fix page-fit instruction count
Pavel Dovgalyuk
[next]