aboutsummaryrefslogtreecommitdiff
path: root/target-mips/op_mem.c
AgeCommit message (Expand)Author
2007-11-09Use FORCE_RET, scrap RETURN which was implemented in target-specific code.ths
2007-11-08Clean out the N32 macros from target-mips, and introduce MIPS ABI specificths
2007-10-23Enforce proper sign extension for lwl/lwr on MIPS64.ths
2007-10-09Fix [ls][wd][lr] instructions, by Aurelien Jarno.ths
2007-09-30Code provision for n32/n64 mips userland emulation. Not functional yet.ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-05-28Do not sign extend lwu, by Aurelien Jarno.ths
2007-05-20Fix indexed FP load/store instructions.ths
2007-05-07MIPS 64-bit FPU support, plus some collateral bugfixes in theths
2007-04-09Catch unaligned sc/scd.ths
2007-04-01Actually enable 64bit configuration.ths
2007-02-28MIPS FPU dynamic activation, part 1, by Herve Poussineau.ths
2006-12-21Preliminiary MIPS64 support, disabled by default due to performance impact.ths
2006-06-26lwu support - generate exception if unaligned pc (Marius Groeger)bellard
2006-06-14MIPS FPU support (Marius Goeger)bellard
2005-12-05MIPS fixes (Daniel Jacobowitz)bellard
2005-07-02MIPS target (Jocelyn Mayer)bellard