index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
microblaze
/
translate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/microblaze: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
2020-09-07
1
-2
/
+2
*
target/microblaze: Force rtid, rted, rtbd to exit
Richard Henderson
2020-09-07
1
-11
/
+16
*
target/microblaze: Handle DISAS_EXIT_NEXT in delay slot
Richard Henderson
2020-09-07
1
-1
/
+33
*
target/microblaze: Replace cpustate_changed with DISAS_EXIT_NEXT
Richard Henderson
2020-09-07
1
-24
/
+10
*
target/microblaze: Introduce DISAS_EXIT_NEXT, DISAS_EXIT_JUMP
Richard Henderson
2020-09-07
1
-8
/
+21
*
target/microblaze: Rename DISAS_UPDATE to DISAS_EXIT
Richard Henderson
2020-09-07
1
-5
/
+5
*
target/microblaze: Collected fixes for env->iflags
Richard Henderson
2020-09-07
1
-2
/
+2
*
target/microblaze: Reduce linux-user address space to 32-bit
Richard Henderson
2020-09-01
1
-1
/
+27
*
target/microblaze: Remove cpu_R[0]
Richard Henderson
2020-09-01
1
-1
/
+7
*
target/microblaze: Remove last of old decoder
Richard Henderson
2020-09-01
1
-72
/
+1
*
target/microblaze: Convert dec_stream to decodetree
Richard Henderson
2020-09-01
1
-12
/
+46
*
target/microblaze: Convert dec_msr to decodetree
Richard Henderson
2020-09-01
1
-130
/
+132
*
target/microblaze: Convert msrclr, msrset to decodetree
Richard Henderson
2020-09-01
1
-37
/
+48
*
target/microblaze: Tidy do_rti, do_rtb, do_rte
Richard Henderson
2020-09-01
1
-44
/
+29
*
target/microblaze: Convert dec_rts to decodetree
Richard Henderson
2020-09-01
1
-28
/
+23
*
target/microblaze: Convert dec_bcc to decodetree
Richard Henderson
2020-09-01
1
-47
/
+52
*
target/microblaze: Convert dec_br to decodetree
Richard Henderson
2020-09-01
1
-38
/
+49
*
target/microblaze: Reorganize branching
Richard Henderson
2020-09-01
1
-116
/
+78
*
target/microblaze: Convert mbar to decodetree
Richard Henderson
2020-09-01
1
-38
/
+47
*
target/microblaze: Convert brk and brki to decodetree
Richard Henderson
2020-09-01
1
-43
/
+64
*
target/microblaze: Tidy mb_cpu_dump_state
Richard Henderson
2020-09-01
1
-25
/
+40
*
target/microblaze: Replace delayed_branch with tb_flags_to_set
Richard Henderson
2020-09-01
1
-12
/
+5
*
target/microblaze: Replace clear_imm with tb_flags_to_set
Richard Henderson
2020-09-01
1
-6
/
+9
*
target/microblaze: Use cc->do_unaligned_access
Richard Henderson
2020-09-01
1
-46
/
+26
*
target/microblaze: Store "current" iflags in insn_start
Richard Henderson
2020-09-01
1
-11
/
+13
*
target/microblaze: Move bimm to BIMM_FLAG
Richard Henderson
2020-09-01
1
-7
/
+5
*
target/microblaze: Convert dec_load and dec_store to decodetree
Richard Henderson
2020-09-01
1
-299
/
+424
*
target/microblaze: Cache mem_index in DisasContext
Richard Henderson
2020-09-01
1
-4
/
+5
*
target/microblaze: Replace MSR_EE_FLAG with MSR_EE
Richard Henderson
2020-09-01
1
-2
/
+2
*
target/microblaze: Convert dec_fpu to decodetree
Richard Henderson
2020-09-01
1
-111
/
+41
*
target/microblaze: Convert dec_imm to decodetree
Richard Henderson
2020-09-01
1
-9
/
+9
*
target/microblaze: Convert dec_barrel to decodetree
Richard Henderson
2020-09-01
1
-59
/
+66
*
target/microblaze: Convert dec_bit to decodetree
Richard Henderson
2020-09-01
1
-73
/
+75
*
target/microblaze: Convert dec_div to decodetree
Richard Henderson
2020-09-01
1
-22
/
+13
*
target/microblaze: Convert dec_mul to decodetree
Richard Henderson
2020-09-01
1
-46
/
+31
*
target/microblaze: Convert dec_and, dec_or, dec_xor to decodetree
Richard Henderson
2020-09-01
1
-30
/
+16
*
target/microblaze: Convert dec_pattern to decodetree
Richard Henderson
2020-09-01
1
-49
/
+18
*
target/microblaze: Implement cmp and cmpu inline
Richard Henderson
2020-09-01
1
-2
/
+22
*
target/microblaze: Convert dec_sub to decodetree
Richard Henderson
2020-09-01
1
-58
/
+52
*
target/microblaze: Convert dec_add to decodetree
Richard Henderson
2020-09-01
1
-41
/
+152
*
target/microblaze: Add decodetree infrastructure
Richard Henderson
2020-09-01
1
-2
/
+9
*
target/microblaze: Ensure imm constant is always available
Richard Henderson
2020-09-01
1
-45
/
+66
*
target/microblaze: Remove LOG_DIS
Richard Henderson
2020-09-01
1
-77
/
+1
*
target/microblaze: Remove empty D macros
Richard Henderson
2020-09-01
1
-2
/
+0
*
target/microblaze: Remove DISAS_GNU
Richard Henderson
2020-09-01
1
-1
/
+0
*
target/microblaze: Remove SIM_COMPAT
Richard Henderson
2020-09-01
1
-4
/
+1
*
target/microblaze: Convert to translator_loop
Richard Henderson
2020-09-01
1
-137
/
+146
*
target/microblaze: Convert to DisasContextBase
Richard Henderson
2020-09-01
1
-51
/
+51
*
target/microblaze: Check singlestep_enabled in gen_goto_tb
Richard Henderson
2020-09-01
1
-1
/
+6
*
target/microblaze: Use DISAS_NORETURN
Richard Henderson
2020-09-01
1
-10
/
+7
[next]