Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonBaseInfo.h54 TypeMask = 0x7f, enumerator
H A DHexagonMCInstrInfo.cpp426 return ((F >> HexagonII::TypePos) & HexagonII::TypeMask); in getType()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h270 TypeMask = 0x0003, enumerator
294 static uint16_t type(uint16_t T) { return T & TypeMask; } in type()
299 return (A & ~TypeMask) | T; in set_type()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2932 const uint64_t V = ((F >> HexagonII::TypePos) & HexagonII::TypeMask); in isVecALU()
4587 return (F >> HexagonII::TypePos) & HexagonII::TypeMask; in getType()