Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp308 unsigned HexagonMCInstrInfo::getExtentBits(MCInstrInfo const &MCII, in getExtentBits() function in HexagonMCInstrInfo
327 return (1 << (HexagonMCInstrInfo::getExtentBits(MCII, MCI) - 1)) - 1; in getMaxValue()
328 return (1 << HexagonMCInstrInfo::getExtentBits(MCII, MCI)) - 1; in getMaxValue()
338 return -(1 << (HexagonMCInstrInfo::getExtentBits(MCII, MCI) - 1)); in getMinValue()
DHexagonMCInstrInfo.h140 unsigned getExtentBits(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCCodeEmitter.cpp625 unsigned FixupWidth = HexagonMCInstrInfo::getExtentBits(MCII, MI) - in getExprOpValue()
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp333 unsigned HexagonMCInstrInfo::getExtentBits(MCInstrInfo const &MCII, in getExtentBits() function in HexagonMCInstrInfo
352 return (1 << (HexagonMCInstrInfo::getExtentBits(MCII, MCI) - 1)) - 1; in getMaxValue()
353 return (1 << HexagonMCInstrInfo::getExtentBits(MCII, MCI)) - 1; in getMaxValue()
363 return -(1 << (HexagonMCInstrInfo::getExtentBits(MCII, MCI) - 1)); in getMinValue()
DHexagonMCInstrInfo.h142 unsigned getExtentBits(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCCodeEmitter.cpp619 unsigned FixupWidth = HexagonMCInstrInfo::getExtentBits(MCII, MI) - in getExprOpValue()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h125 unsigned getExtentBits(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCCodeEmitter.cpp461 unsigned bits = HexagonMCInstrInfo::getExtentBits(MCII, MI) - in getExprOpValue()
DHexagonMCInstrInfo.cpp273 unsigned HexagonMCInstrInfo::getExtentBits(MCInstrInfo const &MCII, in getExtentBits() function in llvm::HexagonMCInstrInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp731 unsigned Bits = HexagonMCInstrInfo::getExtentBits(*Disassembler.MCII, MI); in s32_0ImmDecoder()
741 unsigned Bits = HexagonMCInstrInfo::getExtentBits(*Disassembler.MCII, MI); in brtargetDecoder()
/external/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp742 unsigned Bits = HexagonMCInstrInfo::getExtentBits(*Disassembler.MCII, MI); in s32_0ImmDecoder()
752 unsigned Bits = HexagonMCInstrInfo::getExtentBits(*Disassembler.MCII, MI); in brtargetDecoder()
/external/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp760 unsigned Bits = HexagonMCInstrInfo::getExtentBits(*Disassembler.MCII, MI); in brtargetDecoder()