summaryrefslogtreecommitdiffstats
path: root/target-microblaze/translate.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: Change translator-side labels to a pointerRichard Henderson2015-03-131-8/+4
* tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson2015-02-121-12/+8
* tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson2015-02-121-1/+1
* gen-icount: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-1/+1
* trace: [tcg] Include TCG-tracing header on all targetsLluís Vilanova2014-08-121-0/+3
* target-microblaze: Delete unused sign_extend() functionPeter Maydell2014-06-101-13/+0
* softmmu: introduce cpu_ldst.hPaolo Bonzini2014-06-051-0/+1
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-281-4/+2
* target-microblaze: Replace DisasContext::env field with MicroBlazeCPUAndreas Färber2014-03-131-44/+43
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-131-13/+19
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-2/+3
* target-microblaze: Use the new qemu_ld/st opcodesRichard Henderson2013-12-131-104/+35
* microblaze: At swx, check that the reserved word is unmodifiedEdgar E. Iglesias2013-10-241-0/+16
* microblaze: Turn res_addr into a tcg globalEdgar E. Iglesias2013-10-241-6/+7
* microblaze: Move the saving of the reservation addr into gen_loadEdgar E. Iglesias2013-10-241-5/+8
* microblaze: Improve srcEdgar E. Iglesias2013-10-241-11/+4
* microblaze: Improve srlEdgar E. Iglesias2013-10-241-5/+2
* microblaze: Simplify andn by using tcg_gen_andcEdgar E. Iglesias2013-10-241-4/+1
* microblaze: Make write_carryi input a booleanEdgar E. Iglesias2013-10-241-2/+2
* microblaze: Clarify expected input of write_carryEdgar E. Iglesias2013-10-241-0/+4
* tcg: Move helper registration into tcg_context_initRichard Henderson2013-10-101-2/+0
* tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson2013-09-021-1/+1
* cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber2013-07-231-3/+5
* log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber2013-07-091-1/+1
* target-microblaze: Change gen_intermediate_code_internal() argument typesAndreas Färber2013-07-091-4/+5
* target-microblaze: gen_intermediate_code_internal() should be inlinedAndreas Färber2013-07-091-1/+1
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-281-2/+4
* microblaze: Add support for the sleep insnEdgar E. Iglesias2013-04-021-0/+17
* gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell2013-03-031-2/+2
* qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell2013-02-231-2/+0
* target-microblaze: Move TCG initialization to MicroBlazeCPU initfnAndreas Färber2013-02-161-8/+5
* target-microblaze: Introduce QOM realizefn for MicroBlazeCPUAndreas Färber2013-02-161-2/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-3/+3
* TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin2012-12-081-1/+1
* TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin2012-12-081-2/+2
* TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin2012-11-171-4/+5
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-5/+5
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* microblaze: translate.c: Fix swaph decodingPeter Crosthwaite2012-11-081-1/+1
* Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson2012-09-271-1/+2
* target-microblaze: switch to AREG0 free modeBlue Swirl2012-09-151-28/+33
* qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl2012-06-211-4/+7
* target-microblaze: fix swx build breakagePeter A. G. Crosthwaite2012-06-071-5/+6
* Kill off cpu_state_reset()Andreas Färber2012-06-041-5/+0
* target-microblaze: Let cpu_mb_init() return MicroBlazeCPUAndreas Färber2012-06-041-7/+6
* target-microblaze: lwx/swx: first implementationPeter A. G. Crosthwaite2012-06-041-5/+57
* target-microblaze: impelemented swapx instructionsPeter A. G. Crosthwaite2012-05-181-1/+11
* target-microblaze: QOM'ify CPU initAndreas Färber2012-04-241-2/+0
OpenPOWER on IntegriCloud