Home
last modified time | relevance | path

Searched refs:getExtentBits (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h122 unsigned getExtentBits(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCCodeEmitter.cpp419 unsigned bits = HexagonMCInstrInfo::getExtentBits(MCII, MI) - in getExprOpValue()
DHexagonMCInstrInfo.cpp217 unsigned HexagonMCInstrInfo::getExtentBits(MCInstrInfo const &MCII, in getExtentBits() function in llvm::HexagonMCInstrInfo
/external/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp760 unsigned Bits = HexagonMCInstrInfo::getExtentBits(*Disassembler.MCII, MI); in brtargetDecoder()