Searched refs:TypeALU32 (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonBaseInfo.h | 36 TypeALU32 = 1, enumerator
|
D | HexagonShuffler.cpp | 210 if (HexagonMCInstrInfo::getType(MCII, *ID) != HexagonII::TypeALU32 && in check() 306 if (HexagonMCInstrInfo::getType(MCII, *ID) != HexagonII::TypeALU32) in check()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormats.td | 20 def TypeALU32 : IType<1>; 280 : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeALU32>, OpcodeHexagon;
|