Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCInstrInfo.h309 bool isSubInstruction(MCInst const &MCI);
HDHexagonMCCodeEmitter.cpp588 bool IsSub0 = HexagonMCInstrInfo::isSubInstruction(MI) && !State.SubInst1; in getExprOpValue()
HDHexagonMCInstrInfo.cpp809 bool HexagonMCInstrInfo::isSubInstruction(MCInst const &MCI) { in isSubInstruction() function in HexagonMCInstrInfo