Searched refs:TypeMask (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonBaseInfo.h54 TypeMask = 0x7f, enumerator in enum:llvm::HexagonII::__anon4157
H A DHexagonMCInstrInfo.cpp419 return ((F >> HexagonII::TypePos) & HexagonII::TypeMask);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h269 TypeMask = 0x0003, member in struct:llvm::rdf::NodeAttrs
293 static uint16_t type(uint16_t T) { return T & TypeMask; }
298 return (A & ~TypeMask) | T;
/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 192 milliseconds