Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepITypes.h51 TypeEXTENDER = 34, enumerator
H A DHexagonDepITypes.td46 def TypeEXTENDER : IType<34>;
H A DHexagonDepInstrInfo.td2605 tc_112d30d6, TypeEXTENDER>, Enc_2b518f {
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp282 case HexagonII::TypeEXTENDER: in isNeitherAnorX()
H A DHexagonMCCodeEmitter.cpp467 if (InsnType == HexagonII::TypeEXTENDER) { in getFixupNoBits()
H A DHexagonMCInstrInfo.cpp740 return HexagonII::TypeEXTENDER == HexagonMCInstrInfo::getType(MCII, MCI); in isPrefix()