aboutsummaryrefslogtreecommitdiffstats
path: root/target-mips/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+3
2011-09-06mips: Add MT halting and waking of VPEsEdgar E. Iglesias1-4/+78
2011-09-06mips: Correct IntCtl write mask for VIntEdgar E. Iglesias1-1/+1
2011-09-06mips: Hook in more reg accesses via mttr/mftrEdgar E. Iglesias1-11/+129
2011-09-06mips: Synchronize CP0 TCSTatus, Status and EntryHiEdgar E. Iglesias1-44/+106
2011-09-06mips: Handle TC indexing of other VPEsEdgar E. Iglesias1-105/+161
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-1/+1
2011-07-30exec.h cleanupBlue Swirl1-1/+55
2011-07-20Fix unassigned memory access handlingBlue Swirl1-2/+4
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-2/+2
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-2/+2
2011-04-17target-mips: clear softfpu exception state for comparison instructionsAurelien Jarno1-16/+25
2011-04-17target-mips: fix c.ps.* instructionsAurelien Jarno1-4/+4
2011-04-17target-mips: don't hardcode softfloat exception bitsAurelien Jarno1-15/+20
2011-04-17target-mips: simplify FP comparisonsAurelien Jarno1-36/+36
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno1-16/+16
2011-04-17target-mips: use new float*_unordered*() functionsAurelien Jarno1-98/+70
2011-02-09[PATCH] [MIPS] Clear softfpu exception state for round, trunc, ceil and floorChris Dearman1-0/+16
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell1-4/+4
2010-12-22target-mips: fix translation of MT instructionsNathan Froyd1-20/+8
2010-09-18MIPS: fix yield handlingBlue Swirl1-1/+3
2010-07-31Correctly identify multiple cpus in SMP systemsHervé Poussineau1-2/+1
2010-07-25mips: more fixes to the MIPS interrupt glue logicAurelien Jarno1-12/+8
2010-07-24mips: Correct MIPS interrupt glue logic for icountEdgar E. Iglesias1-11/+0
2010-07-03remove unused stuff from */exec.hPaolo Bonzini1-1/+6
2010-06-09target-mips: microMIPS ASE supportNathan Froyd1-0/+136
2010-02-06target-mips: don't call cpu_loop_exit() from helper.cAurelien Jarno1-2/+16
2009-12-13target-mips: change interrupt bits to be mips16-awareNathan Froyd1-3/+14
2009-11-30target-mips: use physical address in lladdrAurelien Jarno1-0/+39
2009-11-30target-mips: factorize load/store code in op_helper.cAurelien Jarno1-152/+100
2009-11-22target-mips: make CP0_LLAddr register CPU dependentAurelien Jarno1-2/+9
2009-11-22target-mips: rename CP0_LLAddr into lladdrAurelien Jarno1-7/+7
2009-11-14target-mips: fix indentationAurelien Jarno1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-4/+4
2009-10-01Get rid of _t suffixmalc1-4/+4
2009-09-21Add 'static' to please SparseBlue Swirl1-1/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-04-15target-mips: variable names consistencyaurel321-364/+364
2009-03-28target-mips: implement FPU Flush-To-Zero modeaurel321-0/+5
2009-03-08target-mips: remove dead codeaurel321-34/+0
2009-03-08target-mips: rename helpers from do_ to helper_aurel321-270/+261
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori1-3/+3
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-33/+33
2009-01-14target-mips: fix indentationaurel321-11/+11
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-20Fix remaining compiler warnings for mips targets.ths1-2/+4
2008-12-07MIPS: remove a few warningsaurel321-4/+4
2008-11-17TCG variable type checking.pbrook1-0/+21
2008-11-11target-mips: convert bit shuffle ops to TCGaurel321-19/+0
2008-11-11target-mips: convert bitfield ops to TCGaurel321-25/+1