summaryrefslogtreecommitdiff
path: root/target-sh4/op.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-01SH4: final conversion to TCGaurel321-27/+0
2008-09-01SH4: convert floating-point ops to TCGaurel321-229/+0
2008-09-01SH4: Convert remaining non-fp ops to TCGaurel321-78/+0
2008-08-30SH4: Convert shift functions to TCGaurel321-21/+0
2008-08-30SH4: convert control/status register load/store to TCGaurel321-46/+0
2008-08-30SH4: convert some more arithmetics ops to TCGaurel321-92/+1
2008-08-29SH4: convert a few helpers to TCGaurel321-41/+0
2008-08-29SH4: convert branch/jump instructions to TCGaurel321-99/+0
2008-08-29SH4: convert simple compare instructions to TCGaurel321-72/+0
2008-08-29SH4: convert a few control or system register functions to TCGaurel321-54/+0
2008-08-29SH4: convert logic and arithmetic ops to TCGaurel321-216/+0
2008-08-28SH4: Convert register moves to TCGaurel321-84/+0
2008-08-28SH4: Convert dyngen registers moves to TCGaurel321-6/+0
2008-08-28SH4: Convert immediate loads to TCGaurel321-12/+0
2008-08-28SH4: remove unused opsaurel321-30/+0
2008-08-22sh4: fix tas.b @Rn instructionaurel321-7/+0
2008-08-22[sh4] sleep instructionaurel321-0/+7
2008-07-16Fix a bunch of type mismatch-related warnings (Jan Kiszka).balrog1-1/+1
2008-07-16Remove unintended dereference, kills a warning (Jan Kiszka).balrog1-2/+2
2008-05-09SH4 MMU improvementsaurel321-0/+6
2008-03-11SH4, fix several instructionsaurel321-12/+78
2008-02-01use the TCG code generatorbellard1-18/+0
2007-12-02SH4: system emulator interrupt update, by Magnus Damm.ths1-1/+1
2007-12-02SH4 delay slot code update, by Magnus Damm.ths1-37/+17
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-06-25Handle endianness of double floats, by Magnus Damm.ths1-6/+18
2007-06-22Emulate more fpu opcodes, by Magnus Damm.ths1-0/+93
2007-05-13Remove unnecessary pointer magic in shift operations, by Magnus Damm.ths1-5/+5
2007-04-26Fix inc8 and dec8 operations, by Magnus Damm.ths1-2/+2
2006-06-18SH bugfixes.pbrook1-6/+7
2006-06-14sh4 fmov et al instructions (amatus)bellard1-1/+85
2006-04-27sh4 target (Samuel Tardieu)bellard1-0/+882