Home
last modified time | relevance | path

Searched refs:ElementSizeMask (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h552 ElementSizeMask = TSFLAG_ELEMENT_SIZE_TYPE(0x7), enumerator
H A DAArch64InstrInfo.cpp8295 return get(Opc).TSFlags & AArch64::ElementSizeMask; in getElementSizeForOpcode()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp108 Prefix.ElementSize = TSFlags & AArch64::ElementSizeMask; in CreateFromInst()
120 Prefix.ElementSize = TSFlags & AArch64::ElementSizeMask; in CreateFromInst()
5276 (MCID.TSFlags & AArch64::ElementSizeMask) == AArch64::ElementSizeNone) in validateInstruction()
5286 if ((MCID.TSFlags & AArch64::ElementSizeMask) != Prefix.getElementSize()) in validateInstruction()