mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-11 15:26:40 +00:00
20 lines
670 B
TableGen
20 lines
670 B
TableGen
![]() |
//===- MicroMipsDSPInstrInfo.td - Micromips DSP instructions -*- tablegen *-=//
|
||
|
//
|
||
|
// The LLVM Compiler Infrastructure
|
||
|
//
|
||
|
// This file is distributed under the University of Illinois Open Source
|
||
|
// License. See LICENSE.TXT for details.
|
||
|
//
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
//
|
||
|
// This file describes MicroMips DSP instructions.
|
||
|
//
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
|
||
|
// Instruction encoding.
|
||
|
class ADDU_QB_MM_ENC : POOL32A_3R_FMT<0b00011001101>;
|
||
|
|
||
|
// Instruction defs.
|
||
|
// MIPS DSP Rev 1
|
||
|
def ADDU_QB_MM : DspMMRel, ADDU_QB_MM_ENC, ADDU_QB_DESC, ISA_MICROMIPS;
|