aboutsummaryrefslogtreecommitdiffstats
path: root/target-mips/op_template.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-07Delete obsolete MIPS dyngen ops.ths1-58/+0
2008-05-06Convert some MIPS load/store instructions to TCG.ths1-34/+0
2008-05-04Simplify mips branch handling. Retire T2 from use. Use TCG for branches.ths1-8/+0
2008-05-03Fix MIPS MT GPR accesses, thanks Stefan Weil.ths1-2/+2
2008-02-12Make MIPS MT implementation more cache friendly.ths1-5/+5
2007-11-09Use FORCE_RET, scrap RETURN which was implemented in target-specific code.ths1-10/+10
2007-11-08Clean out the N32 macros from target-mips, and introduce MIPS ABI specificths1-1/+1
2007-09-30Code provision for n32/n64 mips userland emulation. Not functional yet.ths1-1/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-09-06Partial support for 34K multithreading, not functional yet.ths1-5/+18
2007-05-28MIPS64 addressing fixes, by Aurelien Jarno.ths1-0/+16
2007-04-29Revert last checkin.ths1-1/+1
2007-04-29Hopefully the final fix for LUI sign extensions.ths1-1/+1
2007-04-25Next attempt to get the lui sign extension right.ths1-1/+1
2006-12-21Preliminiary MIPS64 support, disabled by default due to performance impact.ths1-10/+16
2005-07-02MIPS target (Jocelyn Mayer)bellard1-0/+65