Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / lib / Target / Hexagon / HexagonInstrFormatsV60.td
blob86a82183a1ad884f66a8448b09de7f690f65c851
1 //==- HexagonInstrFormatsV60.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-exception
6 //
7 //===----------------------------------------------------------------------===//
8 //
9 // This file describes the Hexagon V60 instruction classes in TableGen format.
11 //===----------------------------------------------------------------------===//
13 //----------------------------------------------------------------------------//
14 //                         Instruction Classes Definitions +
15 //----------------------------------------------------------------------------//
17 class CVI_VA_Resource<dag outs, dag ins, string asmstr,
18                        list<dag> pattern = [], string cstr = "",
19                        InstrItinClass itin = CVI_VA>
20    : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeCVI_VA>,
21      OpcodeHexagon, Requires<[HasV60, UseHVX]>;