Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h300 bool isSubInstruction(MCInst const &MCI);
DHexagonMCCodeEmitter.cpp590 bool IsSub0 = HexagonMCInstrInfo::isSubInstruction(MI) && !State.SubInst1; in getExprOpValue()
781 if (HexagonMCInstrInfo::isSubInstruction(MI) || in getMachineOpValue()
DHexagonMCInstrInfo.cpp794 bool HexagonMCInstrInfo::isSubInstruction(MCInst const &MCI) { in isSubInstruction() function in HexagonMCInstrInfo