aboutsummaryrefslogtreecommitdiff
path: root/target-mips/helper.h
AgeCommit message (Expand)Author
2011-09-06mips: Hook in more reg accesses via mttr/mftrEdgar E. Iglesias
2010-12-22target-mips: fix translation of MT instructionsNathan Froyd
2010-07-25mips: more fixes to the MIPS interrupt glue logicAurelien Jarno
2010-06-09target-mips: microMIPS ASE supportNathan Froyd
2009-11-30target-mips: use physical address in lladdrAurelien Jarno
2009-11-22target-mips: make CP0_LLAddr register CPU dependentAurelien Jarno
2009-04-06target-mips: use the TCG_CALL_PURE and TCG_CALL_CONST for some helpersaurel32
2009-03-08target-mips: rename helpers from do_ to helper_aurel32
2008-11-17TCG variable type checking.pbrook
2008-11-11target-mips: convert bit shuffle ops to TCGaurel32
2008-11-11target-mips: convert bitfield ops to TCGaurel32
2008-11-11target-mips: fix mft* helpers/callaurel32
2008-07-23Less hardcoding of TARGET_USER_ONLY.ths
2008-07-09Use temporary registers for the MIPS FPU emulation.ths
2008-06-29Remove unnecessary helper arguments, and fix some typos.ths
2008-06-27Avoid unused input arguments which triggered tcg errors. Spotted byths
2008-06-24Remove remaining uses of T0 in the MIPS target.ths
2008-06-24Use temporaries instead of fixed registers for some instructions.ths
2008-06-23Pass T0/T1 explicitly to helper functions, and clean up a few dyngenths
2008-06-20Convert unaligned load/store to TCG.ths
2008-06-20Convert vr54xx multiply instructions to TCG.ths
2008-06-19Convert remaining MIPS FP instructions to TCG.ths
2008-06-12Switch the standard multiplication instructions to TCG.ths
2008-06-12Switch bitfield instructions and assorted special ops to TCG.ths
2008-06-12TCGify a few more instructions.ths
2008-06-11Call most FP helpers without deroute through op.cths
2008-06-09Switch remaining CP0 instructions to TCG or helper functions.ths
2008-06-08Register helper functions.ths
2008-05-21Switch MIPS clo/clz and the condition tests to TCG.ths
2008-05-18Add file left out from previous commit.ths