summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsInstrFormats.td
Commit message (Expand)AuthorAgeFilesLines
* [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
* [mips] Fix FP conditional move instructions to have explicit FP condition codeAkira Hatanaka2013-07-261-2/+4
* [mips] Fix FP branch instructions to have explicit FP condition code registerAkira Hatanaka2013-07-261-1/+2
* Implement eret and deret(return from exception) instructions for Mips. Test e...Vladimir Medic2013-07-171-0/+13
* This patch represents Mips utilization of r186388 code that alows asm matche...Vladimir Medic2013-07-161-0/+5
* Add support for Mips break and syscall insructions. The corresponding test ca...Vladimir Medic2013-07-121-0/+28
* Reverting commit r185999 due to buildboot failure.Vladimir Medic2013-07-101-28/+0
* Add support for Mips break and syscall insructions. The corresponding test ca...Vladimir Medic2013-07-101-0/+28
* [mips] Trap on integer division by zero.Akira Hatanaka2013-05-201-0/+14
* [mips] Add definitions of micromips load and store instructions.Akira Hatanaka2013-04-251-1/+1
* [mips] Add definitions of micromips shift instructions.Akira Hatanaka2013-04-251-2/+2
* [mips] First patch which adds support for micromips.Akira Hatanaka2013-04-191-5/+25
* [mips] Add definition of JALR instruction which has two register operands. Ch...Akira Hatanaka2013-02-071-1/+2
* [mips] Make NOP a pseudo instruction and expand it to "sll $zero, $zero, 0".Akira Hatanaka2013-02-061-6/+0
* [mips] 80 columns.Akira Hatanaka2013-01-041-1/+1
* [mips] Refactor instructions which move data from or to coprocessors.Akira Hatanaka2013-01-041-5/+3
* [mips] Refactor subword-swap, EXT/INS, load-effective-address and read-hardwareAkira Hatanaka2012-12-211-2/+32
OpenPOWER on IntegriCloud