summaryrefslogtreecommitdiff
path: root/target-microblaze/translate.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13target-microblaze: Replace DisasContext::env field with MicroBlazeCPUAndreas Färber1-44/+43
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber1-13/+19
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber1-2/+3
2013-12-13target-microblaze: Use the new qemu_ld/st opcodesRichard Henderson1-104/+35
2013-10-24microblaze: At swx, check that the reserved word is unmodifiedEdgar E. Iglesias1-0/+16
2013-10-24microblaze: Turn res_addr into a tcg globalEdgar E. Iglesias1-6/+7
2013-10-24microblaze: Move the saving of the reservation addr into gen_loadEdgar E. Iglesias1-5/+8
2013-10-24microblaze: Improve srcEdgar E. Iglesias1-11/+4
2013-10-24microblaze: Improve srlEdgar E. Iglesias1-5/+2
2013-10-24microblaze: Simplify andn by using tcg_gen_andcEdgar E. Iglesias1-4/+1
2013-10-24microblaze: Make write_carryi input a booleanEdgar E. Iglesias1-2/+2
2013-10-24microblaze: Clarify expected input of write_carryEdgar E. Iglesias1-0/+4
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson1-2/+0
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson1-1/+1
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