summary refs log tree commit diff stats
path: root/target-mips/op_template.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delete obsolete MIPS dyngen ops.ths2008-05-071-58/+0
* Convert some MIPS load/store instructions to TCG.ths2008-05-061-34/+0
* Simplify mips branch handling. Retire T2 from use. Use TCG for branches.ths2008-05-041-8/+0
* Fix MIPS MT GPR accesses, thanks Stefan Weil.ths2008-05-031-2/+2
* Make MIPS MT implementation more cache friendly.ths2008-02-121-5/+5
* Use FORCE_RET, scrap RETURN which was implemented in target-specific code.ths2007-11-091-10/+10
* Clean out the N32 macros from target-mips, and introduce MIPS ABI specificths2007-11-081-1/+1
* Code provision for n32/n64 mips userland emulation. Not functional yet.ths2007-09-301-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-1/+1
* Partial support for 34K multithreading, not functional yet.ths2007-09-061-5/+18
* MIPS64 addressing fixes, by Aurelien Jarno.ths2007-05-281-0/+16
* Revert last checkin.ths2007-04-291-1/+1
* Hopefully the final fix for LUI sign extensions.ths2007-04-291-1/+1
* Next attempt to get the lui sign extension right.ths2007-04-251-1/+1
* Preliminiary MIPS64 support, disabled by default due to performance impact.ths2006-12-211-10/+16
* MIPS target (Jocelyn Mayer)bellard2005-07-021-0/+65