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

/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonBaseInfo.h110 TypeMask = 0x1f, enumerator in enum:llvm::HexagonII::MemAccessSize::__anon2881
H A DHexagonMCInstrInfo.cpp316 return ((F >> HexagonII::TypePos) & HexagonII::TypeMask);
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DRDFGraph.h237 TypeMask = 0x0003, member in struct:rdf::NodeAttrs
259 static uint16_t type(uint16_t T) { return T & TypeMask; }
264 return (A & ~TypeMask) | T;
H A DHexagonInstrInfo.cpp2488 const uint64_t V = ((F >> HexagonII::TypePos) & HexagonII::TypeMask);
3710 return (F >> HexagonII::TypePos) & HexagonII::TypeMask;

Completed in 42 milliseconds