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
/
microblaze
/
translate.c
Age
Commit message (
Expand
)
Author
2024-05-15
target/microblaze: Use translator_ldl
Richard Henderson
2024-05-15
accel/tcg: Provide default implementation of disas_log
Richard Henderson
2024-05-15
accel/tcg: Use vaddr in translator_ld*
Richard Henderson
2024-04-26
accel: Include missing 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
2024-04-09
target/microblaze: Use insn_start from DisasContextBase
Richard Henderson
2024-03-12
target/microblaze: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
2024-02-03
include/exec: Change cpu_mmu_index argument to CPUState
Richard Henderson
2024-01-29
target: Use vaddr in gen_intermediate_code
Anton Johansson
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-08-31
target/translate: Remove unnecessary 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
2023-06-05
accel/tcg: Introduce translator_io_start
Richard Henderson
2023-06-05
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
2023-03-05
target/microblaze: Avoid tcg_const_* throughout
Richard Henderson
2023-03-05
target/microblaze: Drop tcg_temp_free
Richard Henderson
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
2022-10-26
target/microblaze: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
2022-04-20
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
2021-11-02
target/microblaze: Do not set MO_ALIGN for user-only
Richard Henderson
2021-10-15
target/microblaze: Drop checks for singlestep_enabled
Richard Henderson
2021-10-15
target/microblaze: Check CF_NO_GOTO_TB for DISAS_JUMP
Richard Henderson
2021-07-21
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
2021-07-09
target/microblaze: Use translator_use_goto_tb
Richard Henderson
2021-07-09
tcg: Avoid including 'trace-tcg.h' in target translate.c
Philippe Mathieu-Daudé
2020-11-15
microblaze tcg cpus: Fix Lesser GPL version number
Chetan Pant
2020-09-07
target/microblaze: Put MicroBlazeCPUConfig into DisasContext
Richard Henderson
2020-09-07
target/microblaze: Treat pvr_regs as constant
Richard Henderson
2020-09-07
target/microblaze: Move pvr regs to MicroBlazeCPUConfig
Richard Henderson
2020-09-07
target/microblaze: Diagnose invalid insns in delay slots
Richard Henderson
2020-09-07
target/microblaze: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
2020-09-07
target/microblaze: Force rtid, rted, rtbd to exit
Richard Henderson
2020-09-07
target/microblaze: Handle DISAS_EXIT_NEXT in delay slot
Richard Henderson
2020-09-07
target/microblaze: Replace cpustate_changed with DISAS_EXIT_NEXT
Richard Henderson
2020-09-07
target/microblaze: Introduce DISAS_EXIT_NEXT, DISAS_EXIT_JUMP
Richard Henderson
2020-09-07
target/microblaze: Rename DISAS_UPDATE to DISAS_EXIT
Richard Henderson
2020-09-07
target/microblaze: Collected fixes for env->iflags
Richard Henderson
2020-09-01
target/microblaze: Reduce linux-user address space to 32-bit
Richard Henderson
2020-09-01
target/microblaze: Remove cpu_R[0]
Richard Henderson
2020-09-01
target/microblaze: Remove last of old decoder
Richard Henderson
2020-09-01
target/microblaze: Convert dec_stream to decodetree
Richard Henderson
2020-09-01
target/microblaze: Convert dec_msr to decodetree
Richard Henderson
2020-09-01
target/microblaze: Convert msrclr, msrset to decodetree
Richard Henderson
2020-09-01
target/microblaze: Tidy do_rti, do_rtb, do_rte
Richard Henderson
2020-09-01
target/microblaze: Convert dec_rts to decodetree
Richard Henderson
2020-09-01
target/microblaze: Convert dec_bcc to decodetree
Richard Henderson
2020-09-01
target/microblaze: Convert dec_br to decodetree
Richard Henderson
2020-09-01
target/microblaze: Reorganize branching
Richard Henderson
2020-09-01
target/microblaze: Convert mbar to decodetree
Richard Henderson
2020-09-01
target/microblaze: Convert brk and brki to decodetree
Richard Henderson
[next]