summaryrefslogtreecommitdiff
path: root/target-sh4/exec.h
AgeCommit message (Expand)AuthorFilesLines
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl1-11/+0
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl1-2/+2
2011-03-13inline cpu_halted into sole callerPaolo Bonzini1-10/+0
2011-03-03target-sh4: move intr_at_halt out of cpu_halted()Aurelien Jarno1-1/+0
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini1-0/+6
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini1-10/+0
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori1-1/+6
2009-03-03clean build: Fix remaining sh4 warningsaurel321-6/+0
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-11target-sh4: remove 2 warningsaurel321-4/+0
2008-12-07Remove FORCE_RET() and RETURN()aurel321-2/+0
2008-11-30Common cpu_loop_exit prototypeaurel321-2/+0
2008-09-01SH4: Remove dyngen leftoversaurel321-8/+0
2008-09-01SH4: Convert remaining non-fp ops to TCGaurel321-4/+0
2008-08-30SH4: convert some more arithmetics ops to TCGaurel321-11/+0
2008-08-22[sh4] sleep instructionaurel321-0/+1
2008-05-09SH4 MMU improvementsaurel321-0/+2
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-1/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-06-22Add missing cpu_halted function, by Magnus Damm.ths1-0/+10
2006-06-18SH bugfixes.pbrook1-1/+1
2006-06-14sh4 fmov et al instructions (amatus)bellard1-0/+5
2006-04-27sh4 target (Samuel Tardieu)bellard1-0/+75