Searched refs:ExtentBitsPos (Results 1 – 4 of 4) sorted by relevance
26 return ((F >> HexagonII::ExtentBitsPos) & HexagonII::ExtentBitsMask); in getBitCount()54 unsigned bits = (F >> HexagonII::ExtentBitsPos) & HexagonII::ExtentBitsMask; in getMaxValue()69 unsigned bits = (F >> HexagonII::ExtentBitsPos) & HexagonII::ExtentBitsMask; in getMinValue()
38 (TSFlags >> HexagonII::ExtentBitsPos) & HexagonII::ExtentBitsMask; in getMinValue()52 (TSFlags >> HexagonII::ExtentBitsPos) & HexagonII::ExtentBitsMask; in getMaxValue()
143 ExtentBitsPos = 27, enumerator
1824 unsigned bits = (F >> HexagonII::ExtentBitsPos) in getMinValue()1838 unsigned bits = (F >> HexagonII::ExtentBitsPos) in getMaxValue()