Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h350 ElementSizeMask = TSFLAG_ELEMENT_SIZE_TYPE(0x7), enumerator
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp99 Prefix.ElementSize = TSFlags & AArch64::ElementSizeMask; in CreateFromInst()
111 Prefix.ElementSize = TSFlags & AArch64::ElementSizeMask; in CreateFromInst()
3940 (MCID.TSFlags & AArch64::ElementSizeMask) == AArch64::ElementSizeNone) in validateInstruction()
3950 if ((MCID.TSFlags & AArch64::ElementSizeMask) != Prefix.getElementSize()) in validateInstruction()