Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h83 bool isSolo(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCInstrInfo.cpp197 bool HexagonMCInstrInfo::isSolo(MCInstrInfo const &MCII, MCInst const &MCI) { in isSolo() function in llvm::HexagonMCInstrInfo
/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td103 bits<1> isSolo = 0;
104 let TSFlags{5} = isSolo;