summaryrefslogtreecommitdiffstats
path: root/target-mips/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
...
* exec.h cleanupBlue Swirl2011-07-301-1/+55
* Fix unassigned memory access handlingBlue Swirl2011-07-201-2/+4
* cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-2/+2
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-2/+2
* target-mips: clear softfpu exception state for comparison instructionsAurelien Jarno2011-04-171-16/+25
* target-mips: fix c.ps.* instructionsAurelien Jarno2011-04-171-4/+4
* target-mips: don't hardcode softfloat exception bitsAurelien Jarno2011-04-171-15/+20
* target-mips: simplify FP comparisonsAurelien Jarno2011-04-171-36/+36
* softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno2011-04-171-16/+16
* target-mips: use new float*_unordered*() functionsAurelien Jarno2011-04-171-98/+70
* [PATCH] [MIPS] Clear softfpu exception state for round, trunc, ceil and floorChris Dearman2011-02-091-0/+16
* softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell2011-01-021-4/+4
* target-mips: fix translation of MT instructionsNathan Froyd2010-12-221-20/+8
* MIPS: fix yield handlingBlue Swirl2010-09-181-1/+3
* Correctly identify multiple cpus in SMP systemsHervé Poussineau2010-07-311-2/+1
* mips: more fixes to the MIPS interrupt glue logicAurelien Jarno2010-07-251-12/+8
* mips: Correct MIPS interrupt glue logic for icountEdgar E. Iglesias2010-07-241-11/+0
* remove unused stuff from */exec.hPaolo Bonzini2010-07-031-1/+6
* target-mips: microMIPS ASE supportNathan Froyd2010-06-091-0/+136
* target-mips: don't call cpu_loop_exit() from helper.cAurelien Jarno2010-02-061-2/+16
* target-mips: change interrupt bits to be mips16-awareNathan Froyd2009-12-131-3/+14
* target-mips: use physical address in lladdrAurelien Jarno2009-11-301-0/+39
* target-mips: factorize load/store code in op_helper.cAurelien Jarno2009-11-301-152/+100
* target-mips: make CP0_LLAddr register CPU dependentAurelien Jarno2009-11-221-2/+9
* target-mips: rename CP0_LLAddr into lladdrAurelien Jarno2009-11-221-7/+7
* target-mips: fix indentationAurelien Jarno2009-11-141-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-4/+4
* Get rid of _t suffixmalc2009-10-011-4/+4
* Add 'static' to please SparseBlue Swirl2009-09-211-1/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* 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/+0
* target-mips: rename helpers from do_ to helper_aurel322009-03-081-270/+261
* 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-071-4/+4
* 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
OpenPOWER on IntegriCloud