Searched refs:TypePos (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonBaseInfo.h53 TypePos = 0, enumerator in enum:llvm::HexagonII::__anon4157
H A DHexagonMCInstrInfo.cpp419 return ((F >> HexagonII::TypePos) & HexagonII::TypeMask);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2862 const uint64_t V = ((F >> HexagonII::TypePos) & HexagonII::TypeMask);
4506 return (F >> HexagonII::TypePos) & HexagonII::TypeMask;

Completed in 119 milliseconds