aboutsummaryrefslogtreecommitdiff
path: root/target-mips/op_helper.c
AgeCommit message (Expand)Author
2008-12-07MIPS: remove a few warningsaurel32
2008-11-17TCG variable type checking.pbrook
2008-11-11target-mips: convert bit shuffle ops to TCGaurel32
2008-11-11target-mips: convert bitfield ops to TCGaurel32
2008-11-11target-mips: fix mft* helpers/callaurel32
2008-10-06Show size for unassigned accesses (Robert Reif)blueswir1
2008-09-18Move the active FPU registers into env again, and use more TCG registersths
2008-09-14MIPS: Fix tlbwi/tlbwraurel32
2008-07-23Use plain standard inline.ths
2008-07-23Less hardcoding of TARGET_USER_ONLY.ths
2008-07-09Use temporary registers for the MIPS FPU emulation.ths
2008-06-29Remove unnecessary helper arguments, and fix some typos.ths
2008-06-27Avoid unused input arguments which triggered tcg errors. Spotted byths
2008-06-27More efficient target register / TC accesses.ths
2008-06-24Remove remaining uses of T0 in the MIPS target.ths
2008-06-24Use temporaries instead of fixed registers for some instructions.ths
2008-06-23Pass T0/T1 explicitly to helper functions, and clean up a few dyngenths
2008-06-20Convert unaligned load/store to TCG.ths
2008-06-20Convert vr54xx multiply instructions to TCG.ths
2008-06-19Convert remaining MIPS FP instructions to TCG.ths
2008-06-12Switch the standard multiplication instructions to TCG.ths
2008-06-12Switch bitfield instructions and assorted special ops to TCG.ths
2008-06-12TCGify a few more instructions.ths
2008-06-09Switch remaining CP0 instructions to TCG or helper functions.ths
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