aboutsummaryrefslogtreecommitdiffstats
path: root/target-sh4/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+3
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-1/+1
2011-07-30exec.h cleanupBlue Swirl1-1/+3
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-5/+5
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2011-04-12target-sh4: get rid of CPU_{Float,Double}UAurelien Jarno1-134/+68
2011-03-03target-sh4: move intr_at_halt out of cpu_halted()Aurelien Jarno1-0/+1
2011-01-16target-sh4: implement negc using TCGAurelien Jarno1-15/+0
2011-01-14target-sh4: optimize exceptionsAurelien Jarno1-10/+12
2011-01-14target-sh4: add ftrv instructionAurelien Jarno1-0/+26
2011-01-14target-sh4: add fipr instructionAurelien Jarno1-0/+20
2011-01-14target-sh4: implement FPU exceptionsAurelien Jarno1-22/+136
2011-01-14target-sh4: implement flush-to-zeroAurelien Jarno1-0/+1
2011-01-14target-sh4: define FPSCR constantsAurelien Jarno1-3/+4
2010-03-18Replace assert(0) with abort() or cpu_abort()Blue Swirl1-1/+1
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl1-2/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-04-01SH: Improve movca.l/ocbi emulation.edgar_igl1-0/+52
2009-01-14sh4: Add FMAC instruction supportaurel321-0/+11
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-07SH4: Implement FD bitaurel321-0/+12
2008-11-19target-sh4: use CPU_Float/CPU_Double instead of ugly castsaurel321-40/+102
2008-11-17TCG variable type checking.pbrook1-0/+1
2008-09-15SH4: sleep instruction bug fixaurel321-1/+2
2008-09-01SH4: final conversion to TCGaurel321-0/+6
2008-09-01SH4: convert floating-point ops to TCGaurel321-0/+148
2008-09-01SH4: Convert remaining non-fp ops to TCGaurel321-43/+20
2008-08-30SH4: convert control/status register load/store to TCGaurel321-0/+9
2008-08-30SH4: convert some more arithmetics ops to TCGaurel321-46/+33
2008-08-29SH4: convert a few helpers to TCGaurel321-6/+33
2008-05-25Fix off-by-one unwinding error.pbrook1-5/+0
2008-05-09SH4 MMU improvementsaurel321-0/+10
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths1-1/+5
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-2/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths1-5/+0
2006-06-17Remove debug output.pbrook1-2/+2
2006-04-27sh4 target (Samuel Tardieu)bellard1-0/+372