brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.3 KiB · 85b826f Raw
27 lines · plain
1//==- HexagonInstrFormatsV65.td - Hexagon Instruction Formats -*- tablegen -==//2//3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.4// See https://llvm.org/LICENSE.txt for license information.5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception6//7//===----------------------------------------------------------------------===//8//9// This file describes the Hexagon V60 instruction classes in TableGen format.10//11//===----------------------------------------------------------------------===//12 13//----------------------------------------------------------------------------//14//                         Hexagon Instruction Flags +15//16//                        *** Must match BaseInfo.h ***17//----------------------------------------------------------------------------//18 19//----------------------------------------------------------------------------//20//                         Instruction Classes Definitions +21//----------------------------------------------------------------------------//22 23class CVI_GATHER_TMP_LD_Resource_NoOpcode<dag outs, dag ins, string asmstr,24                        list<dag> pattern = [], string cstr = "",25                        InstrItinClass itin = CVI_GATHER_PSEUDO>26   : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeCVI_GATHER>;27