[mips][microMIPS] Create microMIPS64r6 subtarget and implement DALIGN, DAUI, DAHI...
authorZoran Jovanovic <zoran.jovanovic@imgtec.com>
Wed, 12 Aug 2015 12:45:16 +0000 (12:45 +0000)
committerZoran Jovanovic <zoran.jovanovic@imgtec.com>
Wed, 12 Aug 2015 12:45:16 +0000 (12:45 +0000)
commit366783e14c4c757102715bf8113ebf6696859f6c
tree4eca6b90b9f308ed4d4ae03f71e23dfa69a3e34e
parent0c8beb1c95c0f59c14862d83fc1b83749ce028ce
[mips][microMIPS] Create microMIPS64r6 subtarget and implement DALIGN, DAUI, DAHI, DATI, DEXT, DEXTM and DEXTU instructions
Differential Revision: http://reviews.llvm.org/D10923

llvm-svn: 244744
llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp
llvm/lib/Target/Mips/MicroMips32r6InstrInfo.td
llvm/lib/Target/Mips/MicroMips64r6InstrFormats.td [new file with mode: 0644]
llvm/lib/Target/Mips/MicroMips64r6InstrInfo.td [new file with mode: 0644]
llvm/lib/Target/Mips/Mips64InstrInfo.td
llvm/lib/Target/Mips/Mips64r6InstrInfo.td
llvm/lib/Target/Mips/MipsInstrInfo.td
llvm/lib/Target/Mips/MipsSubtarget.h
llvm/test/MC/Disassembler/Mips/micromips64r6.txt [new file with mode: 0644]