Searched refs:isExtentSigned (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h143 bool isExtentSigned(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp314 bool HexagonMCInstrInfo::isExtentSigned(MCInstrInfo const &MCII, function in class:HexagonMCInstrInfo
326 if (HexagonMCInstrInfo::isExtentSigned(MCII, MCI)) // if value is signed
337 if (HexagonMCInstrInfo::isExtentSigned(MCII, MCI)) // if value is signed
H A DHexagonMCCodeEmitter.cpp681 FixupKind = HexagonMCInstrInfo::isExtentSigned(MCII, MI)

Completed in 112 milliseconds