Home
last modified time | relevance | path

Searched refs:TypeDUPLEX (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonDepITypes.h49 TypeDUPLEX = 32, enumerator
H A DHexagonDepITypes.td44 def TypeDUPLEX : IType<32>;
H A DHexagonInstrFormats.td280 IType Type = TypeDUPLEX; // uses slot 0,1
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp553 case HexagonII::TypeDUPLEX: { in GetPacketSummary()
H A DHexagonMCChecker.cpp293 case HexagonII::TypeDUPLEX: in isNeitherAnorX()
H A DHexagonMCInstrInfo.cpp617 return HexagonII::TypeDUPLEX == HexagonMCInstrInfo::getType(MCII, MCI); in isDuplex()