summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsInstrFPU.td
Commit message (Expand)AuthorAge
* [mips][mips64r6] [ls][wd]c2 were re-encoded with 11-bit signed immediates rat...Daniel Sanders2014-06-16
* [mips] Add cache and pref instructionsDaniel Sanders2014-06-13
* [mips][mips64r6] bc1[tf] are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] [sl][duw]xc1 are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available ...Daniel Sanders2014-06-12
* [mips] Use MTHC1 when it is available (MIPS32r2 and later) for both FP32 and ...Daniel Sanders2014-06-12
* [mips][mips64r6] madd.[ds], msub.[ds], nmadd.[ds], and nmsub.[ds] are not ava...Daniel Sanders2014-06-12
* [mips] Marked up instructions added in MIPS32r2 and tested that IAS for -mcpu...Daniel Sanders2014-05-13
* [mips] Marked up instructions added in MIPS-V and tested that IAS for -mcpu=m...Daniel Sanders2014-05-12
* [mips] Replace FeatureFPIdx with FeatureMips4_32r2Daniel Sanders2014-05-12
* [mips] Marked up instructions added in MIPS-III and tested that IAS for -mcpu...Daniel Sanders2014-05-09
* [mips] Add PredicateControl to InstAlias'sDaniel Sanders2014-05-08
* [mips] Implement l[wd]c3, and s[wd]c3.Daniel Sanders2014-05-08
* [mips] Marked up instructions added in MIPS-II and tested that IAS for -mcpu=...Daniel Sanders2014-05-08
* [mips] Add FGR_32/FGR_64/GPR_64 adjectives and use then instead of FGRPredica...Daniel Sanders2014-05-07
* [mips] Add ISA_<name> adverbs and start using them instead of AdditionalPredi...Daniel Sanders2014-05-07
* [mips] Continue splitting Instruction.Predicates into smaller lists and re-jo...Daniel Sanders2014-05-07
* [mips] Move IsFP64bit/NotFP64bit to the front of the AdditionalPredicates listDaniel Sanders2014-05-07
* [mips] Split Instruction.Predicates into smaller lists and re-join them with ...Daniel Sanders2014-05-07
* [mips] Move HasStdEnc to the front of the predicates lists.Daniel Sanders2014-05-07
* [mips] Remove more redundant 'let Predicates = [HasStdEnc]' statementsDaniel Sanders2014-04-29
* [mips] Remove redundant 'let Predicates = [HasStdEnc]' statementsDaniel Sanders2014-04-29
* Re-commit: [mips] abs.[ds], and neg.[ds] should be allowed regardless of -ena...Daniel Sanders2014-04-09
* Reverting commit r205628 due to mips64 issues.Reed Kotler2014-04-07
* [mips] abs.[ds], and neg.[ds] should be allowed regardless of -enable-no-nans...Daniel Sanders2014-04-04
* [mips] Add NaCl target and forbid indexed loads and stores for itPetar Jovanovic2014-02-05
* [mips][sched] Split IIFmoveC1 into II_M[FT]C1, II_M[FT]HC1, II_DM[FT]C1Daniel Sanders2014-01-21
* [mips][sched] Split IIFStore into II_S[WD]C1, and II_S[WDU]XC1Daniel Sanders2014-01-21
* [mips][sched] Split IIFLoad into II_L[WD]C1, and II_L[WDU]XC1Daniel Sanders2014-01-21
* [mips][sched] Renamed II_FsqrtSingle and II_FsqrtDouble to II_SQRT_S and II_S...Daniel Sanders2014-01-21
* [mips][sched] Renamed II_FdivSingle and II_FdivDouble to II_DIV_S and II_DIV_...Daniel Sanders2014-01-21
* [mips][sched] Split IIFmulDouble into II_MUL_D, II_MADD_D, II_MSUB_D, II_NMAD...Daniel Sanders2014-01-21
* [mips][sched] Split IIFmulSingle into II_MUL_S, II_MADD_S, II_MSUB_S, II_NMAD...Daniel Sanders2014-01-21
* [mips][sched] Split IIFadd into II_ADD_[DS], II_SUB_[DS]Daniel Sanders2014-01-21
* [mips][sched] Split IIFcmp into II_C_CC_[SD]Daniel Sanders2014-01-21
* [mips][sched] Split IIFmove into II_C[FT]C1, II_MOV[FNTZ]_[SD], II_MOV_[SD]Daniel Sanders2014-01-21
* [mips][sched] Split IIFcvt into II_(ROUND|TRUNC|CEIL|FLOOR|CVT), II_ABS, II_NEGDaniel Sanders2014-01-21
* Support for microMIPS FPU instructions 2.Zoran Jovanovic2013-12-25
* Support for microMIPS FPU instructions 1.Zoran Jovanovic2013-12-20
* This patch implements Mips load/store instructions from/to coprocessor 2. Tes...Vladimir Medic2013-09-16
* [mips] Enhance command line option "-mno-ldc1-sdc1" to expand base+index doubleAkira Hatanaka2013-09-07
* [mips] Use ptr_rc to simplify definitions of base+index load/store instructions.Akira Hatanaka2013-08-28
* [mips] Add support for mfhc1 and mthc1.Akira Hatanaka2013-08-20
* [mips] Remove predicates that were incorrectly or unnecessarily added.Akira Hatanaka2013-08-20
* [mips] Define register class FGRH32 for the high half of the 64-bit floatingAkira Hatanaka2013-08-20
* [mips] Resolve register classes dynamically using ptr_rc to reduce the number ofAkira Hatanaka2013-08-20
* [mips] Rename accumulator register classes and FP register operands.Akira Hatanaka2013-08-08
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-06
* This patch implements parsing of mips FCC register operands. The example inst...Vladimir Medic2013-07-30
* [mips] Fix FP conditional move instructions to have explicit FP condition codeAkira Hatanaka2013-07-26