Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInst.cpp131 return ((F >> HexagonII::ExtentBitsPos) & HexagonII::ExtentBitsMask); in getBitCount()
153 unsigned bits = (F >> HexagonII::ExtentBitsPos) in getMinValue()
168 unsigned bits = (F >> HexagonII::ExtentBitsPos) in getMaxValue()
DHexagonBaseInfo.h140 ExtentBitsPos = 24, enumerator
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1760 unsigned bits = (F >> HexagonII::ExtentBitsPos) in getMinValue()
1774 unsigned bits = (F >> HexagonII::ExtentBitsPos) in getMaxValue()