Home
last modified time | relevance | path

Searched refs:isSoloAin1 (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h262 bool isSoloAin1(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonShuffler.cpp208 else if (HexagonMCInstrInfo::isSoloAin1(MCII, *ID)) in check()
DHexagonMCInstrInfo.cpp551 bool HexagonMCInstrInfo::isSoloAin1(MCInstrInfo const &MCII, in isSoloAin1() function in llvm::HexagonMCInstrInfo
/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td111 bits<1> isSoloAin1 = 0;
112 let TSFlags{7} = isSoloAin1;