forked from OSchip/llvm-project
[mips] Add licensing information of the microMIPS tablegen files. (NFC)
llvm-svn: 334827
This commit is contained in:
parent
3cbf171479
commit
98b9849d34
|
@ -1,3 +1,16 @@
|
|||
//===-- MicroMipsInstrFormats.td - microMIPS Inst Formats -*- tablegen -*--===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This files descributes the formats of the microMIPS instruction set.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// MicroMIPS Base Classes
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
//===--- MicroMipsInstrFormats.td - microMIPS Inst Defs -*- tablegen -*----===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This files describes the defintions of the microMIPSr3 instructions.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
def addrimm11 : ComplexPattern<iPTR, 2, "selectIntAddr11MM", [frameindex]>;
|
||||
def addrimm12 : ComplexPattern<iPTR, 2, "selectIntAddr12MM", [frameindex]>;
|
||||
def addrimm16 : ComplexPattern<iPTR, 2, "selectIntAddr16MM", [frameindex]>;
|
||||
|
|
Loading…
Reference in New Issue