summaryrefslogtreecommitdiffstats
path: root/target-sh4
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-2/+2
* target-sh4: Clean includesStefan Weil2012-02-281-6/+0
* target-sh4: ignore ocbp and ocbwb instructionsAurelien Jarno2012-01-101-11/+3
* target-sh4: Fix operands for fipr, ftrv instructionsStefan Weil2012-01-071-3/+3
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-12-051-1/+1
|\
| * fix spelling in target sub directoryDong Xu Wang2011-12-021-1/+1
* | sh_intc: convert interrupt controller to memory APIBenoît Canet2011-11-241-0/+3
|/
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-4/+3
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-073-4/+4
* exec.h cleanupBlue Swirl2011-07-302-34/+3
* Remove exec-all.h include directivesBlue Swirl2011-06-263-3/+0
* Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2011-06-262-11/+13
* exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl2011-06-261-2/+2
* cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-5/+5
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-1/+1
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-2/+1
* target-sh4: get rid of CPU_{Float,Double}UAurelien Jarno2011-04-122-158/+92
* Fix conversions from pointer to tcg_target_longStefan Weil2011-04-101-1/+1
* inline cpu_halted into sole callerPaolo Bonzini2011-03-131-10/+0
* target-sh4: move intr_at_halt out of cpu_halted()Aurelien Jarno2011-03-034-4/+4
* target-sh4: fix negcAurelien Jarno2011-02-041-2/+2
* target-sh4: update PTEH upon MMU exceptionAlexandre Courbot2011-01-261-0/+4
* sh4: implement missing mmaped TLB read functionsAurelien Jarno2011-01-262-0/+82
* sh4: implement missing mmaped TLB write functionsAurelien Jarno2011-01-262-3/+67
* target-sh4: fix index of address read error exceptionAlexandre Courbot2011-01-251-1/+1
OpenPOWER on IntegriCloud