Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h309 bool isSubInstruction(MCInst const &MCI);
H A DHexagonMCCodeEmitter.cpp587 bool IsSub0 = HexagonMCInstrInfo::isSubInstruction(MI) && !State.SubInst1; in getExprOpValue()
H A DHexagonMCInstrInfo.cpp801 bool HexagonMCInstrInfo::isSubInstruction(MCInst const &MCI) { in isSubInstruction() function in HexagonMCInstrInfo