Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonBaseInfo.h60 TypeMask = 0x7f, enumerator
H A DHexagonMCInstrInfo.cpp396 return ((F >> HexagonII::TypePos) & HexagonII::TypeMask); in getType()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
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()
H A DHexagonInstrInfo.cpp2788 const uint64_t V = ((F >> HexagonII::TypePos) & HexagonII::TypeMask); in isVecALU()
4284 return (F >> HexagonII::TypePos) & HexagonII::TypeMask; in getType()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DChunks.h46 const uint32_t TypeMask = 0x000000E0; variable
H A DChunks.cpp570 return Header->Characteristics & (PermMask | TypeMask); in getOutputCharacteristics()