summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsMSAInstrInfo.td
Commit message (Expand)AuthorAgeFilesLines
* [mips] Clang generates unaligned offset for MSA instruction st.dHrvoje Varga2016-08-011-15/+21
* [mips] Add instruction itineraries for LSA, DLSASimon Dardis2016-06-271-7/+6
* [mips] Split mem_msa into range checked mem_simm10 and mem_simm10_lsl[123]Daniel Sanders2016-03-311-10/+10
* [mips] Range check vsplat_simm5 and vsplat_simm10Daniel Sanders2016-03-241-5/+0
* [mips] Range check simm5.Daniel Sanders2016-03-221-1/+0
* [mips] Range check vsplat_uimm[1234568].Daniel Sanders2016-03-221-48/+46
* [mips] Range check uimm4_ptr, remove uimm6_ptr, and use correctly sized immed...Daniel Sanders2016-03-221-42/+45
* [mips] Range check uimm20 and fixed a bug this revealed.Daniel Sanders2016-02-291-9/+9
* [mips][ias] Range check uimm8 operandsDaniel Sanders2015-12-081-4/+0
* [mips][ias] Range check uimm6 operands and fix a bug this revealed.Daniel Sanders2015-12-081-79/+47
* [mips][ias] Range check uimm4 operands and fixed a bug this revealed.Daniel Sanders2015-11-061-11/+12
* [mips][ias] Range check uimm2 operands and fix a bug this revealed.Daniel Sanders2015-11-061-16/+1
* [mips][msa] Remove copy_u.d and move copy_u.w to MSA64.Daniel Sanders2015-10-211-5/+25
* [mips] Use PredicateControl for the MSA ASE instructions. NFC.Daniel Sanders2015-09-241-5/+5
* [mips][sched] Split IIBranch into specific instruction classes.Daniel Sanders2015-09-221-1/+1
* [mips] Correct and improve special-case shuffle instructions.Daniel Sanders2015-05-191-2/+2
* [mips] Generate code for insert/extract operations when using the N64 ABI and...Daniel Sanders2015-05-051-17/+140
* [mips] Rename MipsAsmParser functions to conform to the LLVM Coding Standards...Toma Tabacu2014-09-041-1/+1
* [mips][mips64r6] Add align and dalignDaniel Sanders2014-05-151-8/+0
* [mips][msa] Fix vector insertions where the index is variableDaniel Sanders2014-04-301-0/+30
* [mips][msa] Fix element extraction where the index is variable.Daniel Sanders2014-04-291-0/+52
* [mips] Rewrite MipsAsmParser and MipsOperand.Daniel Sanders2014-04-011-16/+34
* Revert: [mips] Rewrite MipsAsmParser and MipsOperand.' due to buildbot errors...Daniel Sanders2014-03-311-34/+16
* [mips] Rewrite MipsAsmParser and MipsOperand.Daniel Sanders2014-03-311-16/+34
* [mips] BSEL's and BINS[RL] operands are reversed compared to the vselect node...Daniel Sanders2014-03-121-7/+23
* [mips] Prevent %lo relocation being used on MSA loads and stores.Daniel Sanders2014-03-031-37/+12
* [mips][msa] Add DLSA instruction.Matheus Almeida2014-02-101-0/+3
* [mips][msa] Make LSA_DESC a parameterizable class.Matheus Almeida2014-02-101-7/+11
* [mips][msa] Add insert.d instruction.Matheus Almeida2014-01-311-0/+6
* [mips][msa] Add fill.d instruction.Matheus Almeida2014-01-291-1/+5
* [mips][msa] Add copy_{u,s}.d.Matheus Almeida2014-01-291-0/+12
* Fix known typosAlp Toker2014-01-241-1/+1
* [mips][msa] Correct pattern for LSADaniel Sanders2014-01-171-2/+2
* [mips][msa] Correct sld and sldi builtins.Daniel Sanders2013-12-101-13/+21
* [mips][msa] Fix issue with immediate fields of LD/ST instructionsMatheus Almeida2013-12-051-2/+2
* [mips][msa] Pseudo instructions require HasMSA too. Inherit from MSAPseudo in...Daniel Sanders2013-11-201-17/+17
* [mips][msa] Remove unused instruction class MSA_I8_X_DESC_BASEDaniel Sanders2013-11-201-11/+0
* long line correctionJack Carter2013-11-201-4/+8
* [mips][msa] Update encoding of bnz.v (typo).Matheus Almeida2013-11-181-1/+1
* [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-181-1/+16
* [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...Daniel Sanders2013-11-121-38/+65
* [mips][msa] Added support for matching bset, bseti, bneg, and bnegi from norm...Daniel Sanders2013-11-121-70/+147
* [mips][msa] Update encoding of LDI instruction.Matheus Almeida2013-11-081-4/+4
* [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related testsDaniel Sanders2013-10-301-8/+29
* [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal...Daniel Sanders2013-10-301-5/+44
* [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ...Daniel Sanders2013-10-301-16/+45
* [mips][msa] Added support for matching splat.[bhw] from normal IR (i.e. not i...Daniel Sanders2013-10-301-26/+36
* [mips][msa] Direct Object Emission support for the LSA instruction.Matheus Almeida2013-10-231-5/+6
* [mips][msa] Added support for matching fexp2 from normal IR (i.e. not intrins...Daniel Sanders2013-10-231-4/+18
* [mips][msa] Direct Object Emission support for conditional branches.Matheus Almeida2013-10-221-23/+23
OpenPOWER on IntegriCloud