summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsInstrFPU.td
Commit message (Expand)AuthorAgeFilesLines
...
* [mips][microMIPS] Implement MFC*, MFHC* and DMFC* instructionsZlatko Buljan2016-03-311-7/+9
* [mips][microMIPS] Implement MTC*, MTHC* and DMTC* instructionsHrvoje Varga2016-03-241-7/+11
* [mips] added support for trunc macroZoran Jovanovic2016-02-221-0/+14
* [mips][microMIPS] Implement RECIP.fmt, RINT.fmt, ROUND.L.fmt, ROUND.W.fmt, SE...Hrvoje Varga2015-12-011-6/+4
* [mips][microMIPS] Fix an issue with selecting sqrt instruction in LLVM backendDaniel Sanders2015-10-061-5/+2
* Revert r249123 - [mips][microMIPS] Fix an issue with selecting sqrt instructi...Daniel Sanders2015-10-061-2/+5
* [mips][microMIPS] Fix an issue with selecting sqrt instruction in LLVM backendZoran Jovanovic2015-10-021-5/+2
* [mips][sched] Split IIBranch into specific instruction classes.Daniel Sanders2015-09-221-4/+4
* [mips][microMIPS] Implement ABS.fmt, CEIL.L.fmt, CEIL.W.fmt, FLOOR.L.fmt, FLO...Zoran Jovanovic2015-09-071-3/+10
* [mips][microMIPS] Implement CVT.D.fmt, CVT.L.fmt, CVT.S.fmt, CVT.W.fmt, MAX.f...Zoran Jovanovic2015-09-071-6/+10
* [mips] Only use FGR_{32,64} in TableGen descriptions. NFC.Toma Tabacu2015-05-081-30/+20
* Rename the MIPS routine abiUsesSoftFloat -> useSoftFloat to matchEric Christopher2015-05-071-1/+1
* [mips] Add the SoftFloat MipsSubtarget feature.Toma Tabacu2015-05-071-22/+27
* [mips] Cleanup old floating-point flag conditions definitions. NFC.Vasileios Kalintiris2015-04-211-22/+0
* [MIPS]Multiple and add instructions for Mips are currently available in mips3...Vladimir Medic2015-02-251-14/+14
* [mips] Move COP2 & COP3 load/store instructions from MipsInstrFPU.td to MipsI...Vasileios Kalintiris2014-11-041-56/+0
* [mips] Add support for COP1's Branch-On-Cond-Likely instructionsVasileios Kalintiris2014-10-171-2/+10
* [mips] Fix disassembly of [ls][wd]c[23], cache, and pref ...Daniel Sanders2014-10-011-8/+40
* Revert: r215698 - Current implementation of c.cond.fmt instructions only acce...Daniel Sanders2014-08-171-49/+13
* Current implementation of c.cond.fmt instructions only accept default cc0 reg...Vladimir Medic2014-08-151-13/+49
* [mips] Use MFHC1 when it is available (MIPS32r2 and later) for both FP32 and ...Daniel Sanders2014-07-141-4/+8
* Make it possible for the Subtarget to change between functionEric Christopher2014-07-101-4/+4
* [mips][mips64r6] [ls][wd]c2 were re-encoded with 11-bit signed immediates rat...Daniel Sanders2014-06-161-4/+8
* [mips] Add cache and pref instructionsDaniel Sanders2014-06-131-4/+8
* [mips][mips64r6] bc1[tf] are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-121-4/+6
* [mips][mips64r6] [sl][duw]xc1 are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-121-10/+10
* [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available ...Daniel Sanders2014-06-121-6/+7
* [mips] Use MTHC1 when it is available (MIPS32r2 and later) for both FP32 and ...Daniel Sanders2014-06-121-2/+15
* [mips][mips64r6] madd.[ds], msub.[ds], nmadd.[ds], and nmsub.[ds] are not ava...Daniel Sanders2014-06-121-12/+12
* [mips] Marked up instructions added in MIPS32r2 and tested that IAS for -mcpu...Daniel Sanders2014-05-131-4/+4
* [mips] Marked up instructions added in MIPS-V and tested that IAS for -mcpu=m...Daniel Sanders2014-05-121-4/+6
* [mips] Replace FeatureFPIdx with FeatureMips4_32r2Daniel Sanders2014-05-121-9/+11
* [mips] Marked up instructions added in MIPS-III and tested that IAS for -mcpu...Daniel Sanders2014-05-091-4/+4
* [mips] Add PredicateControl to InstAlias'sDaniel Sanders2014-05-081-2/+2
* [mips] Implement l[wd]c3, and s[wd]c3.Daniel Sanders2014-05-081-1/+11
* [mips] Marked up instructions added in MIPS-II and tested that IAS for -mcpu=...Daniel Sanders2014-05-081-16/+19
* [mips] Add FGR_32/FGR_64/GPR_64 adjectives and use then instead of FGRPredica...Daniel Sanders2014-05-071-104/+101
* [mips] Add ISA_<name> adverbs and start using them instead of AdditionalPredi...Daniel Sanders2014-05-071-22/+19
* [mips] Continue splitting Instruction.Predicates into smaller lists and re-jo...Daniel Sanders2014-05-071-18/+23
* [mips] Move IsFP64bit/NotFP64bit to the front of the AdditionalPredicates listDaniel Sanders2014-05-071-6/+6
* [mips] Split Instruction.Predicates into smaller lists and re-join them with ...Daniel Sanders2014-05-071-37/+37
* [mips] Move HasStdEnc to the front of the predicates lists.Daniel Sanders2014-05-071-36/+36
* [mips] Remove more redundant 'let Predicates = [HasStdEnc]' statementsDaniel Sanders2014-04-291-10/+6
* [mips] Remove redundant 'let Predicates = [HasStdEnc]' statementsDaniel Sanders2014-04-291-4/+2
* Re-commit: [mips] abs.[ds], and neg.[ds] should be allowed regardless of -ena...Daniel Sanders2014-04-091-8/+6
* Reverting commit r205628 due to mips64 issues.Reed Kotler2014-04-071-1/+1
* [mips] abs.[ds], and neg.[ds] should be allowed regardless of -enable-no-nans...Daniel Sanders2014-04-041-1/+1
* [mips] Add NaCl target and forbid indexed loads and stores for itPetar Jovanovic2014-02-051-3/+6
* [mips][sched] Split IIFmoveC1 into II_M[FT]C1, II_M[FT]HC1, II_DM[FT]C1Daniel Sanders2014-01-211-6/+6
* [mips][sched] Split IIFStore into II_S[WD]C1, and II_S[WDU]XC1Daniel Sanders2014-01-211-8/+8
OpenPOWER on IntegriCloud