Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonBaseInfo.h116 ExtentBitsPos = 29, enumerator
DHexagonMCInstrInfo.cpp311 return ((F >> HexagonII::ExtentBitsPos) & HexagonII::ExtentBitsMask); in getExtentBits()
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonBaseInfo.h111 ExtentBitsPos = 29, enumerator
DHexagonMCInstrInfo.cpp336 return ((F >> HexagonII::ExtentBitsPos) & HexagonII::ExtentBitsMask); in getExtentBits()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonBaseInfo.h167 ExtentBitsPos = 27, enumerator
DHexagonMCInstrInfo.cpp179 return ((F >> HexagonII::ExtentBitsPos) & HexagonII::ExtentBitsMask); in getBitCount()
276 return ((F >> HexagonII::ExtentBitsPos) & HexagonII::ExtentBitsMask); in getExtentBits()
286 unsigned bits = (F >> HexagonII::ExtentBitsPos) & HexagonII::ExtentBitsMask; in getMaxValue()
301 unsigned bits = (F >> HexagonII::ExtentBitsPos) & HexagonII::ExtentBitsMask; in getMinValue()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp4047 unsigned bits = (F >> HexagonII::ExtentBitsPos) in getMaxValue()
4068 unsigned bits = (F >> HexagonII::ExtentBitsPos) in getMinValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp4164 unsigned bits = (F >> HexagonII::ExtentBitsPos) in getMaxValue()
4226 unsigned bits = (F >> HexagonII::ExtentBitsPos) in getMinValue()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp4290 unsigned bits = (F >> HexagonII::ExtentBitsPos) in getMaxValue()
4407 unsigned bits = (F >> HexagonII::ExtentBitsPos) in getMinValue()