summaryrefslogtreecommitdiffstats
path: root/target-mips/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* TCG variable type checking.pbrook2008-11-171-0/+21
* target-mips: convert bit shuffle ops to TCGaurel322008-11-111-19/+0
* target-mips: convert bitfield ops to TCGaurel322008-11-111-25/+1
* target-mips: fix mft* helpers/callaurel322008-11-111-5/+5
* Show size for unassigned accesses (Robert Reif)blueswir12008-10-061-1/+1
* Move the active FPU registers into env again, and use more TCG registersths2008-09-181-261/+261
* MIPS: Fix tlbwi/tlbwraurel322008-09-141-3/+9
* Use plain standard inline.ths2008-07-231-7/+7
* Less hardcoding of TARGET_USER_ONLY.ths2008-07-231-93/+2
* Use temporary registers for the MIPS FPU emulation.ths2008-07-091-368/+612
* Remove unnecessary helper arguments, and fix some typos.ths2008-06-291-5/+5
* Avoid unused input arguments which triggered tcg errors. Spotted byths2008-06-271-16/+18
* More efficient target register / TC accesses.ths2008-06-271-80/+188
* Remove remaining uses of T0 in the MIPS target.ths2008-06-241-34/+35
* Use temporaries instead of fixed registers for some instructions.ths2008-06-241-6/+6
* Pass T0/T1 explicitly to helper functions, and clean up a few dyngenths2008-06-231-549/+514
* Convert unaligned load/store to TCG.ths2008-06-201-0/+337
* Convert vr54xx multiply instructions to TCG.ths2008-06-201-3/+3
* Convert remaining MIPS FP instructions to TCG.ths2008-06-191-0/+87
* Switch the standard multiplication instructions to TCG.ths2008-06-121-10/+12
* Switch bitfield instructions and assorted special ops to TCG.ths2008-06-121-0/+123
* TCGify a few more instructions.ths2008-06-121-0/+6
* Switch remaining CP0 instructions to TCG or helper functions.ths2008-06-091-4/+788
* Fix off-by-one unwinding error.pbrook2008-05-251-6/+0
* Fix build failure for MIPS64 targets on 64-bit hosts.ths2008-05-231-1/+2
* Switch MIPS clo/clz and the condition tests to TCG.ths2008-05-211-0/+10
* Switch most MIPS logical and arithmetic instructions to TCG.ths2008-05-181-50/+12
* fixed do_restore_state()bellard2008-05-101-5/+7
* Make MIPS MT implementation more cache friendly.ths2008-02-121-20/+20
* Fix broken absoluteness check for cabs.d.*.ths2008-01-081-2/+2
* Support for VR5432, and some of its special instructions. Original patchths2007-12-251-1/+84
* Avoid host FPE for overflowing division on MIPS, by Richard Sandiford.ths2007-12-251-3/+10
* Add strict checking mode for softfp code.pbrook2007-11-181-4/+4
* Fix MIPS64 R2 instructions.ths2007-11-181-9/+7
* Fix int/float inconsistencies.pbrook2007-11-171-22/+20
* Clean out the N32 macros from target-mips, and introduce MIPS ABI specificths2007-11-081-5/+5
* Adjust s390 addresses (the MSB is defined as "to be ignored").ths2007-10-291-1/+5
* Implement missing MIPS supervisor mode bits.ths2007-10-281-6/+12
* Add sharable clz/clo inline functions and use them for the mips target.ths2007-10-271-0/+13
* Handle IBE on MIPS properly.ths2007-10-201-0/+8
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-2/+2
* Use always_inline in the MIPS support where applicable.ths2007-10-091-5/+5
* Fix [ls][wd][lr] instructions, by Aurelien Jarno.ths2007-10-091-12/+0
* Code provision for n32/n64 mips userland emulation. Not functional yet.ths2007-09-301-5/+5
* Less magic constants.ths2007-09-291-25/+29
* Fix MIPS FP underflow handling, spotted by Daniel Jacobowitz.ths2007-09-281-13/+0
* Timer start/stop implementation, by Aurelien Jarno.ths2007-09-251-0/+10
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-4/+4
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-8/+8
* Partial support for 34K multithreading, not functional yet.ths2007-09-061-292/+313
OpenPOWER on IntegriCloud