summaryrefslogtreecommitdiff
path: root/target-mips/translate_init.c
Commit message (Expand)AuthorAgeFilesLines
* mips: Set the CP0.Config3.DSP and CP0.Config3.DSP2P bitsMaciej W. Rozycki2014-11-071-3/+5
* target-mips: add MSA support to mips32r5-genericYongbok Kim2014-11-031-2/+2
* target-mips: add msa_reset(), global msa registerYongbok Kim2014-11-031-0/+34
* target-mips: enable features in MIPS64R6-generic CPULeon Alrae2014-11-031-2/+9
* target-mips: add TLBINV supportLeon Alrae2014-11-031-0/+2
* target-mips: update PageGrain and m{t,f}c0 EntryLo{0,1}Leon Alrae2014-11-031-0/+2
* target-mips: define a new generic CPU supporting MIPS64 Release 6 ISALeon Alrae2014-10-141-0/+30
* target-mips: Avoid shifting left into sign bitPeter Maydell2014-03-271-11/+11
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-131-1/+3
* target-mips: add user-mode FR switch support for MIPS32r5Petar Jovanovic2014-02-101-4/+5
* target-mips: add support for CP0_Config5Petar Jovanovic2014-02-101-1/+11
* target-mips: add support for CP0_Config4Petar Jovanovic2014-02-101-1/+8
* target-mips: add CPU definition for MIPS32R5Petar Jovanovic2014-02-101-0/+25
* target-mips: fix 34Kf configuration for DSP ASEYongbok Kim2013-08-031-4/+3
* target-mips: Add ASE DSP processorsJia Liu2012-10-311-0/+52
* mips: Default to using one VPE and one TC.Edgar E. Iglesias2011-09-061-1/+1
* mips: Enable VInt interrupt mode for the 34KfEdgar E. Iglesias2011-09-061-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* Fix typos in comments (interupt -> interrupt)Stefan Weil2011-05-081-1/+1
* Fix typo in code and commentsStefan Weil2011-05-061-1/+1
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-301-1/+1
* Remove unused constantHervé Poussineau2010-07-311-4/+0
* MIPS: Initial support of fulong mini pc (CPU definition)Huacai Chen2010-06-291-0/+35
* target-mips: No MIPS16 support for 4Kc, 4KEc coresStefan Weil2009-12-171-3/+3
* target-mips: 4Kc, 4KEc cores do not support MIPS16Stefan Weil2009-12-161-3/+3
* target-mips: fix user-mode emulation startupNathan Froyd2009-12-131-8/+0
* target-mips: set Config1.CA for MIPS16-aware CPUsNathan Froyd2009-12-131-9/+18
* target-mips: make CP0_LLAddr register CPU dependentAurelien Jarno2009-11-221-0/+32
* mips: fix cpu_reset memory leakBlue Swirl2009-11-141-50/+0
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-10/+10
* Get rid of _t suffixmalc2009-10-011-10/+10
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* target-mips: rename helpers from do_ to helper_aurel322009-03-081-4/+4
* target-mips: fix indentationaurel322009-01-141-42/+42
* target-mips: get rid of tests on env->user_mode_onlyaurel322009-01-121-10/+10
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-2/+2
* Move the active FPU registers into env again, and use more TCG registersths2008-09-181-3/+6
* target-mips: fix warningaurel322008-09-141-1/+1
* Build fix for gcc-3.3.ths2008-09-021-0/+4
* Less hardcoding of TARGET_USER_ONLY.ths2008-07-231-15/+12
* A bunch of minor code improvements in the MIPS target.ths2008-07-211-1/+1
* Fix compiler warning, by Stefan Weil.ths2008-07-201-1/+1
* More efficient target register / TC accesses.ths2008-06-271-2/+0
* Honour current_tc for MIPS M{T,F}{HI,LO}, by Richard Sandiford.ths2008-05-281-0/+1
* Enable 64-bit FPU only for NewABI. Spotted by Vince Weaver.ths2008-05-061-0/+2
* Use TCG for MIPS GPR moves.ths2008-05-061-0/+2
* Set FCR0.F64 for MIPS64R2-generic, by Richard Sandiford.ths2007-12-281-3/+3
* Support for VR5432, and some of its special instructions. Original patchths2007-12-251-0/+16
* 5K and 20K are Release 1 CPUs.ths2007-12-251-3/+3