summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsInstrFPU.td
Commit message (Expand)AuthorAgeFilesLines
* Revert "[mips] Fix c.<cc>.<fmt> instruction definition."Simon Dardis2016-09-091-180/+40
* [mips] Fix c.<cc>.<fmt> instruction definition.Simon Dardis2016-09-091-40/+180
* [SelectionDAG] Rename fextend -> fpextend, fround -> fpround, frnd -> froundMichael Kuperstein2016-08-181-4/+4
* [mips] Add l.[sd] and s.[sd] instruction aliasesSimon Dardis2016-08-171-0/+19
* [mips][microMIPS] Implement CFC1, CFC2, CTC1 and CTC2 instructionsHrvoje Varga2016-08-041-2/+4
* [mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2...Zlatko Buljan2016-07-111-24/+36
* [mips] MIPS32/64 itinerariesSimon Dardis2016-06-141-2/+6
* [mips][microMIPS] Add CodeGen support for SEL.*, SELEQZ, SELNEZ, SELEQZ.*, SE...Zlatko Buljan2016-06-091-4/+6
* Revert "[mips][microMIPS] Implement CFC*, CTC* and LDC* instructions"Hrvoje Varga2016-05-121-10/+5
* [mips][microMIPS] Implement CFC*, CTC* and LDC* instructionsHrvoje Varga2016-05-111-5/+10
* [mips][microMIPS] Revert commit r266861.Zoran Jovanovic2016-04-221-8/+5
* [mips][microMIPS]Implement CFC*, CTC* and LDC* instructionsHrvoje Varga2016-04-201-5/+8
* [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
OpenPOWER on IntegriCloud