summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MicroMipsInstrFormats.td
Commit message (Collapse)AuthorAgeFilesLines
...
* [mips][microMIPS] Implement ADDIUSP instructionZoran Jovanovic2014-10-101-0/+10
| | | | | | Differential Revision: http://reviews.llvm.org/D5084 llvm-svn: 219500
* [mips][microMIPS] Implement ADDIUS5 instructionZoran Jovanovic2014-10-101-0/+12
| | | | | | Differential Revision: http://reviews.llvm.org/D5049 llvm-svn: 219495
* [mips][microMIPS] Implement JRADDIUSP instructionZoran Jovanovic2014-09-121-0/+11
| | | | | | Differential Revision: http://reviews.llvm.org/D5046 llvm-svn: 217681
* [mips][microMIPS] Implement TLBP, TLBR, TLBWI and TLBWR instructionsZoran Jovanovic2014-09-121-0/+9
| | | | | | Differential Revision: http://reviews.llvm.org/D5211 llvm-svn: 217675
* [mips][microMIPS] MicroMIPS Compact Branch Instructions BEQZC and BNEZCZoran Jovanovic2014-08-141-0/+12
| | | | | | Differential Revision: http://reviews.llvm.org/D3545 llvm-svn: 215636
* Implementation of 16-bit microMIPS instructions MFHI and MFLO.Zoran Jovanovic2014-04-031-0/+10
| | | | | | Differential Revision: http://llvm-reviews.chandlerc.com/D3141 llvm-svn: 205532
* Provide an operand for microMIPS wait instruction.Zoran Jovanovic2014-03-201-2/+3
| | | | llvm-svn: 204329
* Implementation of microMIPS 16-bit instructions MOVE and JALR.Zoran Jovanovic2014-03-201-1/+69
| | | | | | Differential Revision: http://llvm-reviews.chandlerc.com/D3112 llvm-svn: 204325
* Fixed encoding of SYSCALL microMIPS instruction.Zoran Jovanovic2014-02-281-1/+1
| | | | llvm-svn: 202523
* Revert revision 202518 because of wrong commit message.Zoran Jovanovic2014-02-281-1/+1
| | | | llvm-svn: 202521
* Fix operand of SC instruction.Zoran Jovanovic2014-02-281-1/+1
| | | | llvm-svn: 202518
* Support for microMIPS FPU instructions 2.Zoran Jovanovic2013-12-251-0/+60
| | | | llvm-svn: 198009
* Support for microMIPS FPU instructions 1.Zoran Jovanovic2013-12-201-0/+107
| | | | llvm-svn: 197815
* Support for microMIPS control instructions.Zoran Jovanovic2013-12-191-0/+60
| | | | llvm-svn: 197696
* Support for microMIPS LL and SC instructions.Zoran Jovanovic2013-12-191-0/+13
| | | | llvm-svn: 197692
* Use instr mapping for microMIPS in llvm-mc.Zoran Jovanovic2013-11-151-2/+2
| | | | llvm-svn: 194792
* Support for microMIPS trap instruction with immediate operands.Zoran Jovanovic2013-11-131-0/+12
| | | | llvm-svn: 194569
* Support for microMIPS trap instructions 1.Zoran Jovanovic2013-11-071-0/+15
| | | | llvm-svn: 194205
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-041-0/+37
| | | | llvm-svn: 193992
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-291-0/+34
| | | | llvm-svn: 193623
* Support for misc microMIPS instructions.Zoran Jovanovic2013-09-141-0/+42
| | | | llvm-svn: 190744
* This patch adds support for microMIPS Move to/from HI/LO instructions. Test ↵Vladimir Medic2013-09-061-0/+24
| | | | | | cases are included in patch. llvm-svn: 190152
* This patch adds support for microMIPS Move Conditional instructions. Test ↵Vladimir Medic2013-09-061-0/+15
| | | | | | cases are included in patch. llvm-svn: 190148
* [Mips] Support for unaligned load/store microMips instructionsJack Carter2013-08-131-0/+13
| | | | | | | | This includes instructions lwl, lwr, swl and swr. Patch by Zoran Jovnovic llvm-svn: 188312
* [mips] Add definitions of micromips load and store instructions.Akira Hatanaka2013-04-251-0/+12
| | | | | | Patch by Zoran Jovanovic. llvm-svn: 180241
* [mips] Add definitions of micromips shift instructions.Akira Hatanaka2013-04-251-0/+30
| | | | | | Patch by Zoran Jovanovic. llvm-svn: 180238
* [mips] First patch which adds support for micromips.Akira Hatanaka2013-04-191-0/+70
This patch adds support for recoded (meaning assembly-language compatible to standard mips32) arithmetic 32-bit instructions. Patch by Zoran Jovanovic. llvm-svn: 179873
OpenPOWER on IntegriCloud