summaryrefslogtreecommitdiffstats
path: root/target-mips/helper.h
Commit message (Expand)AuthorAgeFilesLines
* tcg: Remove stray semi-colons from target-*/helper.hRichard Henderson2013-10-101-6/+6
* target-mips: Use mul[us]2 in [D]MULT[U] insnsRichard Henderson2013-02-231-2/+0
* target-mips: implement DSP (d)append sub-class with TCGAurelien Jarno2013-01-311-13/+0
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-2/+2
* target-mips: implement unaligned loads using TCGAurelien Jarno2012-10-311-4/+0
* target-mips: use the softfloat floatXX_muladd functionsAurelien Jarno2012-10-311-4/+4
* target-mips: Add ASE DSP accumulator instructionsJia Liu2012-10-311-0/+35
* target-mips: Add ASE DSP compare-pick instructionsJia Liu2012-10-311-0/+52
* target-mips: Add ASE DSP bit/manipulation instructionsJia Liu2012-10-311-0/+7
* target-mips: Add ASE DSP multiply instructionsJia Liu2012-10-311-0/+91
* target-mips: Add ASE DSP GPR-based shift instructionsJia Liu2012-10-311-0/+38
* target-mips: Add ASE DSP arithmetic instructionsJia Liu2012-10-311-0/+126
* target-mips: rename helper flagsAurelien Jarno2012-10-281-53/+53
* target-mips: Implement Loongson Multimedia InstructionsRichard Henderson2012-09-191-0/+59
* target-mips: switch to AREG0 free modeBlue Swirl2012-09-151-202/+208
* target-mips: Add compiler attribute to some functions which don't returnStefan Weil2012-03-241-2/+2
* mips: Hook in more reg accesses via mttr/mftrEdgar E. Iglesias2011-09-061-0/+10
* target-mips: fix translation of MT instructionsNathan Froyd2010-12-221-4/+4
* mips: more fixes to the MIPS interrupt glue logicAurelien Jarno2010-07-251-1/+0
* target-mips: microMIPS ASE supportNathan Froyd2010-06-091-0/+9
* target-mips: use physical address in lladdrAurelien Jarno2009-11-301-0/+9
* target-mips: make CP0_LLAddr register CPU dependentAurelien Jarno2009-11-221-0/+1
* target-mips: use the TCG_CALL_PURE and TCG_CALL_CONST for some helpersaurel322009-04-061-4/+4
* target-mips: rename helpers from do_ to helper_aurel322009-03-081-5/+0
* TCG variable type checking.pbrook2008-11-171-197/+203
* target-mips: convert bit shuffle ops to TCGaurel322008-11-111-7/+0
* target-mips: convert bitfield ops to TCGaurel322008-11-111-5/+1
* target-mips: fix mft* helpers/callaurel322008-11-111-5/+5
* Less hardcoding of TARGET_USER_ONLY.ths2008-07-231-2/+4
* Use temporary registers for the MIPS FPU emulation.ths2008-07-091-44/+62
* 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-6/+6
* Remove remaining uses of T0 in the MIPS target.ths2008-06-241-33/+33
* Use temporaries instead of fixed registers for some instructions.ths2008-06-241-4/+4
* Pass T0/T1 explicitly to helper functions, and clean up a few dyngenths2008-06-231-150/+150
* Convert unaligned load/store to TCG.ths2008-06-201-0/+11
* Convert vr54xx multiply instructions to TCG.ths2008-06-201-0/+15
* Convert remaining MIPS FP instructions to TCG.ths2008-06-191-0/+7
* Switch the standard multiplication instructions to TCG.ths2008-06-121-0/+2
* Switch bitfield instructions and assorted special ops to TCG.ths2008-06-121-0/+19
* TCGify a few more instructions.ths2008-06-121-0/+4
* Call most FP helpers without deroute through op.cths2008-06-111-0/+72
* Switch remaining CP0 instructions to TCG or helper functions.ths2008-06-091-0/+118
* Register helper functions.ths2008-06-081-7/+13
* Switch MIPS clo/clz and the condition tests to TCG.ths2008-05-211-0/+5
* Add file left out from previous commit.ths2008-05-181-0/+3
OpenPOWER on IntegriCloud