Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h466 ElementSizeMask = TSFLAG_ELEMENT_SIZE_TYPE(0x7), enumerator
H A DAArch64InstrInfo.cpp7524 return get(Opc).TSFlags & AArch64::ElementSizeMask; in getElementSizeForOpcode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp100 Prefix.ElementSize = TSFlags & AArch64::ElementSizeMask; in CreateFromInst()
112 Prefix.ElementSize = TSFlags & AArch64::ElementSizeMask; in CreateFromInst()
4182 (MCID.TSFlags & AArch64::ElementSizeMask) == AArch64::ElementSizeNone) in validateInstruction()
4192 if ((MCID.TSFlags & AArch64::ElementSizeMask) != Prefix.getElementSize()) in validateInstruction()