summaryrefslogtreecommitdiffstats
path: root/target-mips/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target-mips: variable names consistencyaurel322009-04-151-364/+364
* target-mips: implement FPU Flush-To-Zero modeaurel322009-03-281-0/+5
* target-mips: remove dead codeaurel322009-03-081-34/+0Star
* target-mips: rename helpers from do_ to helper_aurel322009-03-081-270/+261Star
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-151-3/+3
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-33/+33
* target-mips: fix indentationaurel322009-01-141-11/+11
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Fix remaining compiler warnings for mips targets.ths2008-12-201-2/+4
* MIPS: remove a few warningsaurel322008-12-081-4/+4
* TCG variable type checking.pbrook2008-11-171-0/+21
* target-mips: convert bit shuffle ops to TCGaurel322008-11-111-19/+0Star
* target-mips: convert bitfield ops to TCGaurel322008-11-111-25/+1Star
* 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/+2Star
* 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/+514Star
* 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/+0Star
* 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-191-50/+12Star
* 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/+7Star
* Fix int/float inconsistencies.pbrook2007-11-171-22/+20Star
* 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