blob: e107de87e64d39394e23ecee558ac60f650caf31 [file] [log] [blame]
Zoran Jovanovic2e386d32015-10-12 16:07:25 +00001//===- 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.
15class ADDU_QB_MM_ENC : POOL32A_3R_FMT<0b00011001101>;
16
17// Instruction defs.
18// MIPS DSP Rev 1
19def ADDU_QB_MM : DspMMRel, ADDU_QB_MM_ENC, ADDU_QB_DESC, ISA_MICROMIPS;