aboutsummaryrefslogtreecommitdiffstats
path: root/target-sh4/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
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