| Commit message (Expand) | Author | Age | Files | Lines |
| * | [mips] Add new format for dmtc2/dmfc2 for Octeon CPUs. | Kai Nacke | 2015-05-28 | 1 | -0/+12 |
| * | [mips][microMIPSr6] Implement mips32 to microMIPSr6 mapping support | Zoran Jovanovic | 2015-04-22 | 1 | -0/+14 |
| * | [mips] Add octeon branch instructions bbit0/bbit032/bbit1/bbit132 | Kai Nacke | 2015-01-20 | 1 | -0/+13 |
| * | [mips] Add synci instruction. | Daniel Sanders | 2014-11-27 | 1 | -0/+14 |
| * | [mips][microMIPS] Implement SDBBP and RDHWR instructions. | Jozef Kolek | 2014-11-19 | 1 | -1/+1 |
| * | Revert: r215698 - Current implementation of c.cond.fmt instructions only acce... | Daniel Sanders | 2014-08-17 | 1 | -2/+1 |
| * | Current implementation of c.cond.fmt instructions only accept default cc0 reg... | Vladimir Medic | 2014-08-15 | 1 | -1/+2 |
| * | [mips] Added support for assembling sdbbp. | Daniel Sanders | 2014-06-24 | 1 | -0/+10 |
| * | [mips] Add cache and pref instructions | Daniel Sanders | 2014-06-13 | 1 | -0/+14 |
| * | [mips] Implement jr.hb and jalr.hb (Jump Register and Jump and Link Register ... | Matheus Almeida | 2014-06-11 | 1 | -0/+28 |
| * | [mips] Implement tlbp, tlbr, tlbwi, and tlbwr | Daniel Sanders | 2014-05-08 | 1 | -0/+9 |
| * | [mips] Split Instruction.Predicates into smaller lists and re-join them with ... | Daniel Sanders | 2014-05-07 | 1 | -5/+5 |
| * | [mips] Add Octeon cnMips instructions seqi/snei and v3mulu/vmm0/vmulu. | Kai Nacke | 2014-04-04 | 1 | -0/+14 |
| * | [mips] Implement ehb, ssnop, and pause in assembler | Daniel Sanders | 2014-04-03 | 1 | -0/+11 |
| * | [mips] Add more Octeon cnMips instructions | Kai Nacke | 2014-04-02 | 1 | -0/+16 |
| * | [mips] Add Octeon cnMips instructions mtmX and mtpX | Kai Nacke | 2014-04-01 | 1 | -0/+11 |
| * | [MIPS] Add cpu octeon and some instructions | Kai Nacke | 2014-03-20 | 1 | -0/+29 |
| * | Implementation of microMIPS 16-bit instructions MOVE and JALR. | Zoran Jovanovic | 2014-03-20 | 1 | -1/+1 |
| * | Support for microMIPS FPU instructions 2. | Zoran Jovanovic | 2013-12-25 | 1 | -3/+3 |
| * | Support for microMIPS FPU instructions 1. | Zoran Jovanovic | 2013-12-20 | 1 | -7/+7 |
| * | Support for microMIPS control instructions. | Zoran Jovanovic | 2013-12-19 | 1 | -5/+15 |
| * | Support for microMIPS trap instruction with immediate operands. | Zoran Jovanovic | 2013-11-13 | 1 | -1/+1 |
| * | Support for microMIPS trap instructions 1. | Zoran Jovanovic | 2013-11-07 | 1 | -1/+1 |
| * | Support for microMIPS branch instructions. | Zoran Jovanovic | 2013-11-04 | 1 | -3/+3 |
| * | Support for microMIPS jump instructions | Zoran Jovanovic | 2013-10-29 | 1 | -2/+2 |
| * | Fixed bug when generating Load Upper Immediate microMIPS instruction. | Zoran Jovanovic | 2013-09-14 | 1 | -1/+1 |
| * | Support for misc microMIPS instructions. | Zoran Jovanovic | 2013-09-14 | 1 | -3/+3 |
| * | [mips] Make "b" (unconditional branch) a pseudo. "b" is an assembly idiom, wh... | Akira Hatanaka | 2013-09-06 | 1 | -11/+0 |
| * | This patch adds support for microMIPS Move to/from HI/LO instructions. Test c... | Vladimir Medic | 2013-09-06 | 1 | -2/+2 |
| * | This patch adds support for microMIPS Move Conditional instructions. Test cas... | Vladimir Medic | 2013-09-06 | 1 | -1/+1 |
| * | This patch implements trap instructions for mips. The test cases are added. | Vladimir Medic | 2013-08-26 | 1 | -0/+11 |
| * | This patch implements ei and di instructions for mips. Test cases are added. | Vladimir Medic | 2013-08-12 | 1 | -0/+18 |
| * | Moving definition of MnemonicContainsDot field from class Instruction to clas... | Vladimir Medic | 2013-08-01 | 1 | -1/+0 |
| * | [mips] Delete instruction format for "bal". | Akira Hatanaka | 2013-07-30 | 1 | -11/+0 |
| * | [mips] Fix FP conditional move instructions to have explicit FP condition code | Akira Hatanaka | 2013-07-26 | 1 | -2/+4 |
| * | [mips] Fix FP branch instructions to have explicit FP condition code register | Akira Hatanaka | 2013-07-26 | 1 | -1/+2 |
| * | Implement eret and deret(return from exception) instructions for Mips. Test e... | Vladimir Medic | 2013-07-17 | 1 | -0/+13 |
| * | This patch represents Mips utilization of r186388 code that alows asm matche... | Vladimir Medic | 2013-07-16 | 1 | -0/+5 |
| * | Add support for Mips break and syscall insructions. The corresponding test ca... | Vladimir Medic | 2013-07-12 | 1 | -0/+28 |
| * | Reverting commit r185999 due to buildboot failure. | Vladimir Medic | 2013-07-10 | 1 | -28/+0 |
| * | Add support for Mips break and syscall insructions. The corresponding test ca... | Vladimir Medic | 2013-07-10 | 1 | -0/+28 |
| * | [mips] Trap on integer division by zero. | Akira Hatanaka | 2013-05-20 | 1 | -0/+14 |
| * | [mips] Add definitions of micromips load and store instructions. | Akira Hatanaka | 2013-04-25 | 1 | -1/+1 |
| * | [mips] Add definitions of micromips shift instructions. | Akira Hatanaka | 2013-04-25 | 1 | -2/+2 |
| * | [mips] First patch which adds support for micromips. | Akira Hatanaka | 2013-04-19 | 1 | -5/+25 |
| * | [mips] Add definition of JALR instruction which has two register operands. Ch... | Akira Hatanaka | 2013-02-07 | 1 | -1/+2 |
| * | [mips] Make NOP a pseudo instruction and expand it to "sll $zero, $zero, 0". | Akira Hatanaka | 2013-02-06 | 1 | -6/+0 |
| * | [mips] 80 columns. | Akira Hatanaka | 2013-01-04 | 1 | -1/+1 |
| * | [mips] Refactor instructions which move data from or to coprocessors. | Akira Hatanaka | 2013-01-04 | 1 | -5/+3 |
| * | [mips] Refactor subword-swap, EXT/INS, load-effective-address and read-hardware | Akira Hatanaka | 2012-12-21 | 1 | -2/+32 |