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