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
2020-09-01
target/microblaze: Replace delayed_branch with tb_flags_to_set
Richard Henderson
2020-09-01
target/microblaze: Replace clear_imm with tb_flags_to_set
Richard Henderson
2020-09-01
target/microblaze: Use cc->do_unaligned_access
Richard Henderson
2020-09-01
target/microblaze: Store "current" iflags in insn_start
Richard Henderson
2020-09-01
target/microblaze: Move bimm to BIMM_FLAG
Richard Henderson
2020-09-01
target/microblaze: Convert dec_load and dec_store to decodetree
Richard Henderson
2020-09-01
target/microblaze: Cache mem_index in DisasContext
Richard Henderson
2020-09-01
target/microblaze: Replace MSR_EE_FLAG with MSR_EE
Richard Henderson
2020-09-01
target/microblaze: Convert dec_fpu to decodetree
Richard Henderson
2020-09-01
target/microblaze: Convert dec_imm to decodetree
Richard Henderson
2020-09-01
target/microblaze: Convert dec_barrel to decodetree
Richard Henderson
2020-09-01
target/microblaze: Convert dec_bit to decodetree
Richard Henderson
2020-09-01
target/microblaze: Convert dec_div to decodetree
Richard Henderson
2020-09-01
target/microblaze: Convert dec_mul to decodetree
Richard Henderson
2020-09-01
target/microblaze: Convert dec_and, dec_or, dec_xor to decodetree
Richard Henderson
2020-09-01
target/microblaze: Convert dec_pattern to decodetree
Richard Henderson
2020-09-01
target/microblaze: Implement cmp and cmpu inline
Richard Henderson
2020-09-01
target/microblaze: Convert dec_sub to decodetree
Richard Henderson
2020-09-01
target/microblaze: Convert dec_add to decodetree
Richard Henderson
2020-09-01
target/microblaze: Add decodetree infrastructure
Richard Henderson
2020-09-01
target/microblaze: Ensure imm constant is always available
Richard Henderson
2020-09-01
target/microblaze: Remove LOG_DIS
Richard Henderson
2020-09-01
target/microblaze: Remove empty D macros
Richard Henderson
2020-09-01
target/microblaze: Remove DISAS_GNU
Richard Henderson
2020-09-01
target/microblaze: Remove SIM_COMPAT
Richard Henderson
2020-09-01
target/microblaze: Convert to translator_loop
Richard Henderson
2020-09-01
target/microblaze: Convert to DisasContextBase
Richard Henderson
2020-09-01
target/microblaze: Check singlestep_enabled in gen_goto_tb
Richard Henderson
2020-09-01
target/microblaze: Use DISAS_NORETURN
Richard Henderson
2020-09-01
target/microblaze: Split out MSR[C] to its own variable
Richard Henderson
2020-09-01
target/microblaze: Tidy mb_tcg_init
Richard Henderson
2020-09-01
target/microblaze: Rename env_* tcg variables to cpu_*
Richard Henderson
2020-09-01
target/microblaze: Remove helper_debug and env->debug
Richard Henderson
2020-09-01
target/microblaze: Tidy raising of exceptions
Richard Henderson
2020-09-01
target/microblaze: Remove cpu_ear
Richard Henderson
2020-09-01
target/microblaze: Fix width of EDR
Richard Henderson
2020-09-01
target/microblaze: Fix width of BTR
Richard Henderson
2020-09-01
target/microblaze: Fix width of FSR
Richard Henderson
2020-09-01
target/microblaze: Fix width of ESR
Richard Henderson
2020-09-01
target/microblaze: Fix width of MSR
Richard Henderson
2020-09-01
target/microblaze: Fix width of PC and BTARGET
Richard Henderson
2020-09-01
target/microblaze: Split the cpu_SR array
Richard Henderson
2020-09-01
target/microblaze: Split out EDR from env->sregs
Richard Henderson
2020-09-01
target/microblaze: Split out BTR from env->sregs
Richard Henderson
2020-09-01
target/microblaze: Split out FSR from env->sregs
Richard Henderson
2020-09-01
target/microblaze: Split out ESR from env->sregs
Richard Henderson
2020-09-01
target/microblaze: Split out EAR from env->sregs
Richard Henderson
2020-09-01
target/microblaze: Split out MSR from env->sregs
Richard Henderson
2020-09-01
target/microblaze: Split out PC from env->sregs
Richard Henderson
2020-08-24
target/microblaze: mbar: Trap sleeps from user-space
Edgar E. Iglesias
[next]