[mips][micromips] Initial support for micrmomips DSP instructions and addu.qb impleme...
[oota-llvm.git] / lib / Target / Mips / MicroMipsDSPInstrInfo.td
1 //===- MicroMipsDSPInstrInfo.td - Micromips DSP instructions -*- tablegen *-=//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // This file describes MicroMips DSP instructions.
11 //
12 //===----------------------------------------------------------------------===//
13
14 // Instruction encoding.
15 class ADDU_QB_MM_ENC : POOL32A_3R_FMT<0b00011001101>;
16
17 // Instruction defs.
18 // MIPS DSP Rev 1
19 def ADDU_QB_MM : DspMMRel, ADDU_QB_MM_ENC, ADDU_QB_DESC, ISA_MICROMIPS;