summaryrefslogtreecommitdiff
path: root/target-microblaze/translate.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber1-3/+5
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber1-1/+1
2013-07-09target-microblaze: Change gen_intermediate_code_internal() argument typesAndreas Färber1-4/+5
2013-07-09target-microblaze: gen_intermediate_code_internal() should be inlinedAndreas Färber1-1/+1
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber1-2/+4
2013-04-02microblaze: Add support for the sleep insnEdgar E. Iglesias1-0/+17
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell1-2/+2
2013-02-23qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell1-2/+0
2013-02-16target-microblaze: Move TCG initialization to MicroBlazeCPU initfnAndreas Färber1-8/+5
2013-02-16target-microblaze: Introduce QOM realizefn for MicroBlazeCPUAndreas Färber1-2/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini1-1/+1
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin1-3/+3
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin1-1/+1
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin1-2/+2
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin1-4/+5
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin1-5/+5
2012-11-10disas: avoid using cpu_single_envBlue Swirl1-1/+1
2012-11-08microblaze: translate.c: Fix swaph decodingPeter Crosthwaite1-1/+1
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson1-1/+2
2012-09-15target-microblaze: switch to AREG0 free modeBlue Swirl1-28/+33
2012-06-21qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl1-4/+7
2012-06-07target-microblaze: fix swx build breakagePeter A. G. Crosthwaite1-5/+6
2012-06-04Kill off cpu_state_reset()Andreas Färber1-5/+0
2012-06-04target-microblaze: Let cpu_mb_init() return MicroBlazeCPUAndreas Färber1-7/+6
2012-06-04target-microblaze: lwx/swx: first implementationPeter A. G. Crosthwaite1-5/+57
2012-05-18target-microblaze: impelemented swapx instructionsPeter A. G. Crosthwaite1-1/+11
2012-04-24target-microblaze: QOM'ify CPU initAndreas Färber1-2/+0
2012-04-24target-microblaze: QOM'ify CPU resetAndreas Färber1-49/+2
2012-04-24target-microblaze: QOM'ify CPUAndreas Färber1-1/+3
2012-04-12target-microblaze: added PetaLogix copyrightPeter A. G. Crosthwaite1-0/+1
2012-03-14target-microblaze: Don't overuse CPUStateAndreas Färber1-26/+26
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-2/+2
2012-02-28target-microblaze: Clean includesStefan Weil1-8/+0
2012-01-12microblaze: Break the tb at memory barriersEdgar E. Iglesias1-1/+11
2012-01-12microblaze: Emulate the hw stackprotectorEdgar E. Iglesias1-0/+33
2012-01-12microblaze: Add support for the clz insnEdgar E. Iglesias1-0/+11
2011-12-02fix spelling in target sub directoryDong Xu Wang1-2/+2
2011-08-25microblaze: Add an MSR_PVR constant and use it.Edgar E. Iglesias1-2/+2
2011-08-25microblaze: Make the MSR PVR bit non writableEdgar E. Iglesias1-3/+8
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-07-31microblaze: Add missing call to qemu_init_vcpu.Peter A. G. Crosthwaite1-0/+1
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil1-2/+1
2011-04-12microblaze: Add partial decoding of stream insnsEdgar E. Iglesias1-0/+37
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil1-1/+1
2011-04-03Fix trivial "endianness bugs"Stefan Weil1-1/+1
2011-02-10microblaze: Handle singlestepping over direct jmpsEdgar E. Iglesias1-2/+6
2011-01-23microblaze: cleanup helper_addkcEdgar E. Iglesias1-4/+4
2011-01-22microblaze: Improve subkcEdgar E. Iglesias1-15/+49