summaryrefslogtreecommitdiffstats
path: root/target-sh4
Commit message (Expand)AuthorAgeFilesLines
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-124-5/+11
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-123-6/+7
* target-sh4: Move PVR/PRR/CVR into SuperHCPUClassAndreas Färber2013-03-123-12/+15
* target-sh4: Introduce SuperHCPU subclassesAndreas Färber2013-03-123-85/+186
* gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell2013-03-031-2/+2
* cpu: Introduce ENV_OFFSET macrosAndreas Färber2013-03-031-0/+1
* target-sh4: Use mul*2 for dmul*Richard Henderson2013-02-231-28/+2
* cpu: Add CPUArchState pointer to CPUStateAndreas Färber2013-02-161-0/+2
* target-sh4: Move TCG initialization to SuperHCPU initfnAndreas Färber2013-02-163-2/+6
* target-sh4: Introduce QOM realizefn for SuperHCPUAndreas Färber2013-02-163-2/+19
* target-sh4: Mark as unmigratableAndreas Färber2013-02-013-1/+9
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-151-1/+1
* fpu: move public header file to include/fpuPaolo Bonzini2012-12-191-3/+1
* qom: move include files to include/qom/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-194-11/+11
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-17/+6
* 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-3/+3
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-4/+4
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-311-1/+3
* target-sh4: rename helper flagsAurelien Jarno2012-10-281-3/+3
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-232-17/+17
* Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson2012-09-271-1/+1
* target-sh4: remove useless codeAurelien Jarno2012-09-211-4/+0
* target-sh4: cleanup DisasContextAurelien Jarno2012-09-211-30/+26
* target-sh4: rework exceptions handlingAurelien Jarno2012-09-213-30/+32
* target-sh4: remove gen_clr_t() and gen_set_t()Aurelien Jarno2012-09-211-13/+3
* target-sh4: optimize swap.wAurelien Jarno2012-09-211-11/+1
* target-sh4: optimize xtrctAurelien Jarno2012-09-211-1/+0
* target-sh4: implement addv and subv using TCGAurelien Jarno2012-09-213-62/+34
* target-sh4: implement addc and subc using TCGAurelien Jarno2012-09-213-36/+36
* target-sh4: use float32_muladd() to implement fmacAurelien Jarno2012-09-211-2/+1
* target-sh4: mark a few helpers const and pureAurelien Jarno2012-09-211-3/+3
* target-sh4: switch to AREG0 free modeBlue Swirl2012-09-154-188/+194
* build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-1/+2
* build: move libobj-y variable to nested Makefile.objsPaolo Bonzini2012-06-071-1/+3
* build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini2012-06-071-0/+1
* Kill off cpu_state_reset()Andreas Färber2012-06-041-5/+0
* target-sh4: Let cpu_sh4_init() return SuperHCPUAndreas Färber2012-06-042-4/+12
* target-sh4: Start QOM'ifying CPU initAndreas Färber2012-04-302-2/+11
* target-sh4: QOM'ify CPU resetAndreas Färber2012-04-302-21/+22
* target-sh4: QOM'ify CPUAndreas Färber2012-04-304-1/+135
* Use uintptr_t for various op related functionsBlue Swirl2012-04-141-8/+6
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* target-sh4: Don't overuse CPUStateAndreas Färber2012-03-144-44/+44
OpenPOWER on IntegriCloud