2015-10-17 09:33:04 +08:00
|
|
|
//==- HexagonInstrFormatsV60.td - Hexagon Instruction Formats -*- 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 the Hexagon V60 instruction classes in TableGen format.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------------//
|
2016-11-18 03:21:20 +08:00
|
|
|
// Instruction Classes Definitions +
|
2015-10-17 09:33:04 +08:00
|
|
|
//----------------------------------------------------------------------------//
|
|
|
|
|
|
|
|
class CVI_VA_Resource<dag outs, dag ins, string asmstr,
|
|
|
|
list<dag> pattern = [], string cstr = "",
|
2015-11-23 22:09:26 +08:00
|
|
|
InstrItinClass itin = CVI_VA>
|
2015-10-17 09:33:04 +08:00
|
|
|
: InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeCVI_VA>,
|
|
|
|
OpcodeHexagon, Requires<[HasV60T, UseHVX]>;
|