summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsInstrFormats.td
Commit message (Expand)AuthorAgeFilesLines
* [mips] Remove unused `IsPCRelativeLoad` MIPS instructions attribute. NFCSimon Atanasyan2019-11-211-5/+1
* [mips] Implement Octeon+ `saa` and `saad` instructionsSimon Atanasyan2019-11-071-0/+13
* [mips] Set the hasNoSchedulingInfo flag for the `MipsAsmPseudoInst`Simon Atanasyan2019-06-181-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [mips] Mark standard encoded instructions as not being in MIPS16eSimon Atanasyan2018-07-121-2/+2
* [mips] Correct predicates for loads, bit manipulation instructions and some p...Simon Dardis2018-06-201-1/+3
* [mips] Sink PredicateControl further down the class hierarchy.Simon Dardis2018-05-301-4/+4
* [mips] Add support for Virtualization ASEPetar Jovanovic2018-04-271-4/+15
* [mips] Spectre variant two mitigation for MIPSR2Simon Dardis2018-02-211-2/+2
* [mips] Correct c.cond.fmt instruction definition.Simon Dardis2017-01-161-2/+6
* Revert "[mips] Fix c.<cc>.<fmt> instruction definition."Simon Dardis2016-09-091-2/+1
* [mips] Fix c.<cc>.<fmt> instruction definition.Simon Dardis2016-09-091-1/+2
* [mips][microMIPS] Implement DBITSWAP, DLSA and LWUPC and add tests for AUI in...Hrvoje Varga2016-09-081-0/+4
* [mips] MIPS32R6 compact branch supportDaniel Sanders2016-03-141-1/+6
* [mips] Add support for branch-likely pseudo-instructionsZoran Jovanovic2015-09-151-1/+1
* [mips] Added support for the ERETNC instruction.Vasileios Kalintiris2015-07-201-3/+3
* [mips] Add new format for dmtc2/dmfc2 for Octeon CPUs.Kai Nacke2015-05-281-0/+12
* [mips][microMIPSr6] Implement mips32 to microMIPSr6 mapping supportZoran Jovanovic2015-04-221-0/+14
* [mips] Add octeon branch instructions bbit0/bbit032/bbit1/bbit132Kai Nacke2015-01-201-0/+13
* [mips] Add synci instruction.Daniel Sanders2014-11-271-0/+14
* [mips][microMIPS] Implement SDBBP and RDHWR instructions.Jozef Kolek2014-11-191-1/+1
* Revert: r215698 - Current implementation of c.cond.fmt instructions only acce...Daniel Sanders2014-08-171-2/+1
* Current implementation of c.cond.fmt instructions only accept default cc0 reg...Vladimir Medic2014-08-151-1/+2
* [mips] Added support for assembling sdbbp.Daniel Sanders2014-06-241-0/+10
* [mips] Add cache and pref instructionsDaniel Sanders2014-06-131-0/+14
* [mips] Implement jr.hb and jalr.hb (Jump Register and Jump and Link Register ...Matheus Almeida2014-06-111-0/+28
* [mips] Implement tlbp, tlbr, tlbwi, and tlbwrDaniel Sanders2014-05-081-0/+9
* [mips] Split Instruction.Predicates into smaller lists and re-join them with ...Daniel Sanders2014-05-071-5/+5
* [mips] Add Octeon cnMips instructions seqi/snei and v3mulu/vmm0/vmulu.Kai Nacke2014-04-041-0/+14
* [mips] Implement ehb, ssnop, and pause in assemblerDaniel Sanders2014-04-031-0/+11
* [mips] Add more Octeon cnMips instructionsKai Nacke2014-04-021-0/+16
* [mips] Add Octeon cnMips instructions mtmX and mtpXKai Nacke2014-04-011-0/+11
* [MIPS] Add cpu octeon and some instructionsKai Nacke2014-03-201-0/+29
* Implementation of microMIPS 16-bit instructions MOVE and JALR.Zoran Jovanovic2014-03-201-1/+1
* Support for microMIPS FPU instructions 2.Zoran Jovanovic2013-12-251-3/+3
* Support for microMIPS FPU instructions 1.Zoran Jovanovic2013-12-201-7/+7
* Support for microMIPS control instructions.Zoran Jovanovic2013-12-191-5/+15
* Support for microMIPS trap instruction with immediate operands.Zoran Jovanovic2013-11-131-1/+1
* Support for microMIPS trap instructions 1.Zoran Jovanovic2013-11-071-1/+1
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-041-3/+3
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-291-2/+2
* Fixed bug when generating Load Upper Immediate microMIPS instruction.Zoran Jovanovic2013-09-141-1/+1
* Support for misc microMIPS instructions.Zoran Jovanovic2013-09-141-3/+3
* [mips] Make "b" (unconditional branch) a pseudo. "b" is an assembly idiom, wh...Akira Hatanaka2013-09-061-11/+0
* This patch adds support for microMIPS Move to/from HI/LO instructions. Test c...Vladimir Medic2013-09-061-2/+2
* This patch adds support for microMIPS Move Conditional instructions. Test cas...Vladimir Medic2013-09-061-1/+1
* This patch implements trap instructions for mips. The test cases are added.Vladimir Medic2013-08-261-0/+11
* This patch implements ei and di instructions for mips. Test cases are added.Vladimir Medic2013-08-121-0/+18
* Moving definition of MnemonicContainsDot field from class Instruction to clas...Vladimir Medic2013-08-011-1/+0
* [mips] Delete instruction format for "bal".Akira Hatanaka2013-07-301-11/+0
OpenPOWER on IntegriCloud