aboutsummaryrefslogtreecommitdiff
path: root/target-mips/op_helper.c
AgeCommit message (Expand)Author
2012-03-14target-mips: Don't overuse CPUStateAndreas Färber
2012-03-08Spelling fixes in comments (it's -> its)Stefan Weil
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-09-06mips: Add MT halting and waking of VPEsEdgar E. Iglesias
2011-09-06mips: Correct IntCtl write mask for VIntEdgar E. Iglesias
2011-09-06mips: Hook in more reg accesses via mttr/mftrEdgar E. Iglesias
2011-09-06mips: Synchronize CP0 TCSTatus, Status and EntryHiEdgar E. Iglesias
2011-09-06mips: Handle TC indexing of other VPEsEdgar E. Iglesias
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-07-20Fix unassigned memory access handlingBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-17target-mips: clear softfpu exception state for comparison instructionsAurelien Jarno
2011-04-17target-mips: fix c.ps.* instructionsAurelien Jarno
2011-04-17target-mips: don't hardcode softfloat exception bitsAurelien Jarno
2011-04-17target-mips: simplify FP comparisonsAurelien Jarno
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno
2011-04-17target-mips: use new float*_unordered*() functionsAurelien Jarno
2011-02-09[PATCH] [MIPS] Clear softfpu exception state for round, trunc, ceil and floorChris Dearman
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell
2010-12-22target-mips: fix translation of MT instructionsNathan Froyd
2010-09-18MIPS: fix yield handlingBlue Swirl
2010-07-31Correctly identify multiple cpus in SMP systemsHervé Poussineau
2010-07-25mips: more fixes to the MIPS interrupt glue logicAurelien Jarno
2010-07-24mips: Correct MIPS interrupt glue logic for icountEdgar E. Iglesias
2010-07-03remove unused stuff from */exec.hPaolo Bonzini
2010-06-09target-mips: microMIPS ASE supportNathan Froyd
2010-02-06target-mips: don't call cpu_loop_exit() from helper.cAurelien Jarno
2009-12-13target-mips: change interrupt bits to be mips16-awareNathan Froyd
2009-11-30target-mips: use physical address in lladdrAurelien Jarno
2009-11-30target-mips: factorize load/store code in op_helper.cAurelien Jarno
2009-11-22target-mips: make CP0_LLAddr register CPU dependentAurelien Jarno
2009-11-22target-mips: rename CP0_LLAddr into lladdrAurelien Jarno
2009-11-14target-mips: fix indentationAurelien Jarno
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-21Add 'static' to please SparseBlue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-04-15target-mips: variable names consistencyaurel32
2009-03-28target-mips: implement FPU Flush-To-Zero modeaurel32
2009-03-08target-mips: remove dead codeaurel32
2009-03-08target-mips: rename helpers from do_ to helper_aurel32
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-14target-mips: fix indentationaurel32
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-20Fix remaining compiler warnings for mips targets.ths
2008-12-07MIPS: remove a few warningsaurel32
2008-11-17TCG variable type checking.pbrook