summaryrefslogtreecommitdiff
path: root/target-mips/op_helper.c
AgeCommit message (Expand)Author
2008-05-25Fix off-by-one unwinding error.pbrook
2008-05-23Fix build failure for MIPS64 targets on 64-bit hosts.ths
2008-05-21Switch MIPS clo/clz and the condition tests to TCG.ths
2008-05-18Switch most MIPS logical and arithmetic instructions to TCG.ths
2008-05-10fixed do_restore_state()bellard
2008-02-12Make MIPS MT implementation more cache friendly.ths
2008-01-08Fix broken absoluteness check for cabs.d.*.ths
2007-12-25Support for VR5432, and some of its special instructions. Original patchths
2007-12-25Avoid host FPE for overflowing division on MIPS, by Richard Sandiford.ths
2007-11-18Add strict checking mode for softfp code.pbrook
2007-11-18Fix MIPS64 R2 instructions.ths
2007-11-17Fix int/float inconsistencies.pbrook
2007-11-08Clean out the N32 macros from target-mips, and introduce MIPS ABI specificths
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths
2007-10-28Implement missing MIPS supervisor mode bits.ths
2007-10-27Add sharable clz/clo inline functions and use them for the mips target.ths
2007-10-20Handle IBE on MIPS properly.ths
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-10-09Use always_inline in the MIPS support where applicable.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-29Less magic constants.ths
2007-09-28Fix MIPS FP underflow handling, spotted by Daniel Jacobowitz.ths
2007-09-25Timer start/stop implementation, by Aurelien Jarno.ths
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-06Partial support for 34K multithreading, not functional yet.ths
2007-06-28Simplify round/ceil/floor implementation, spotted by Fabrice Bellard.ths
2007-06-27Fix computation for ceil, floor and round instructions.ths
2007-06-26Implement recip1/recip2/rsqrt1/rsqrt2.ths
2007-06-23Handle MIPS64 SEGBITS value correctly.ths
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths
2007-05-31Add proper float*_is_nan prototypes.ths
2007-05-28Fix ddivu for 32bit hosts, by Aurelien Jarno.ths
2007-05-20Catch more MIPS FPU cornercases, fix addr.ps and mulr.ps instructions.ths
2007-05-19More MIPS 64-bit FPU support.ths
2007-05-18- Move FPU exception handling into helper functions, since they are big.ths
2007-05-16More generic 64 bit multiplication support, by Aurelien Jarno.ths
2007-05-13Full MIPS64 MMU implementation, by Aurelien Jarno.ths
2007-05-13MMU code improvements, by Aurelien Jarno.ths
2007-05-13MIPS TLB style selection at runtime, by Herve Poussineau.ths
2007-04-17Choose number of TLBs at runtime, by Herve Poussineau.ths
2007-04-15Fix qemu SIGFPE caused by division-by-zero due to underflow.ths
2007-04-15Delete unused define.ths
2007-04-13Nicer Log formatting.ths
2007-04-06Save state for all CP0 instructions, they may throw a CPU exception.ths
2007-04-05Fix rotr immediate ops, mask shift/rotate arguments to their allowedths
2007-04-02Build fix for 64bit machines. (This is still not correct mul/div handling.)ths
2007-04-01Actually enable 64bit configuration.ths
2007-04-01MIPS64 configurations.ths