aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/IR/IntrinsicsMips.td
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-16/+30
* [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related testsDaniel Sanders2013-10-301-8/+16
* [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal...Daniel Sanders2013-10-301-4/+8
* [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ...Daniel Sanders2013-10-301-8/+16
* [mips][msa] Fix definition of SLD instruction.Matheus Almeida2013-10-211-4/+4
* [mips][msa] Added lsa instructionDaniel Sanders2013-10-171-0/+6
* [mips][msa] Removed ldx.[bhwd] and stx.[bhwd].Daniel Sanders2013-10-171-26/+0
* [mips][msa] Implemented insert.d intrinsic.Daniel Sanders2013-09-271-0/+3
* [mips][msa] Implemented fill.d intrinsic.Daniel Sanders2013-09-271-0/+2
* [mips][msa] Implemented copy_[us].d intrinsic.Daniel Sanders2013-09-271-0/+4
* [mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-241-4/+8
* [mips][msa] Added support for matching bsel and bseli from normal IR (i.e. no...Daniel Sanders2013-09-241-8/+4
* [mips][msa] Added support for matching insert and copy from normal IR (i.e. n...Daniel Sanders2013-09-231-6/+6
* [mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsicsDaniel Sanders2013-09-111-6/+6
* [mips][msa] Removed unsupported dot product instructions (dotp_[su].b)Daniel Sanders2013-09-101-4/+0
* [mips][msa] Added IntrNoMem and removed Commutative from sub intrinsics.Daniel Sanders2013-09-031-28/+28
* [mips][msa] Added IntrNoMem to the floating-point intrinsics.Daniel Sanders2013-09-031-96/+100
* [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.vDaniel Sanders2013-08-281-0/+24
* [mips][msa] Added load/store intrinsics.Daniel Sanders2013-08-281-0/+52
* [mips][msa] Added move.vDaniel Sanders2013-08-281-0/+3
* [mips][msa] Added cfcmsa, and ctcmsaDaniel Sanders2013-08-281-0/+6
* [mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs]ul[et], f[cs]une, fsun, ft...Daniel Sanders2013-08-281-0/+139
* [mips][msa] Few MSA Builtins have side-effects. Added IntrNoMem to those that...Daniel Sanders2013-08-231-348/+419
* [mips][msa] Removed fcge, fcgt, fsge, fsgtDaniel Sanders2013-08-201-20/+0
* [mips][msa] Added insveDaniel Sanders2013-08-201-0/+17
* [mips][msa] Added and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.vDaniel Sanders2013-08-201-0/+21
* [Mips][msa] Added the simple builtins (madd_q to xori)Jack Carter2013-08-151-0/+396
* [Mips][msa] Added the simple builtins (fadd to ftq)Jack Carter2013-08-151-0/+207
* [Mips][msa] Added the simple builtins (add_a to dpsub[su], ilvev to ldi)Jack Carter2013-08-151-0/+443
* [mips] Remove "Commutative" from property list of non-commutative intrinsics.Akira Hatanaka2013-05-031-8/+8
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-0/+389