Home
last modified time | relevance | path

Searched refs:TypeALU32 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonBaseInfo.h36 TypeALU32 = 1, enumerator
DHexagonShuffler.cpp210 if (HexagonMCInstrInfo::getType(MCII, *ID) != HexagonII::TypeALU32 && in check()
306 if (HexagonMCInstrInfo::getType(MCII, *ID) != HexagonII::TypeALU32) in check()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td20 def TypeALU32 : IType<1>;
280 : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeALU32>, OpcodeHexagon;