2017-12-11 19:57:54 +01:00
|
|
|
//==- HexagonInstrFormatsV65.td - Hexagon Instruction Formats -*- tablegen -==//
|
|
|
|
//
|
2019-01-19 09:50:56 +01:00
|
|
|
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
|
|
// See https://llvm.org/LICENSE.txt for license information.
|
|
|
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
2017-12-11 19:57:54 +01:00
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// This file describes the Hexagon V60 instruction classes in TableGen format.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------------//
|
2020-04-23 07:26:07 +02:00
|
|
|
// Hexagon Instruction Flags +
|
2017-12-11 19:57:54 +01:00
|
|
|
//
|
|
|
|
// *** Must match BaseInfo.h ***
|
|
|
|
//----------------------------------------------------------------------------//
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------------//
|
2020-04-23 07:26:07 +02:00
|
|
|
// Instruction Classes Definitions +
|
2017-12-11 19:57:54 +01:00
|
|
|
//----------------------------------------------------------------------------//
|
|
|
|
|
|
|
|
class CVI_VA_Resource_NoOpcode<dag outs, dag ins, string asmstr,
|
|
|
|
list<dag> pattern = [], string cstr = "",
|
|
|
|
InstrItinClass itin = CVI_VA>
|
|
|
|
: InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeCVI_VA>;
|
|
|
|
|
|
|
|
class CVI_GATHER_TMP_LD_Resource_NoOpcode<dag outs, dag ins, string asmstr,
|
|
|
|
list<dag> pattern = [], string cstr = "",
|
|
|
|
InstrItinClass itin = CVI_GATHER_PSEUDO>
|
|
|
|
: InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeCVI_GATHER>;
|