Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h383 ElementSizeMask = TSFLAG_ELEMENT_SIZE_TYPE(0x7), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp99 Prefix.ElementSize = TSFlags & AArch64::ElementSizeMask; in CreateFromInst()
111 Prefix.ElementSize = TSFlags & AArch64::ElementSizeMask; in CreateFromInst()
3948 (MCID.TSFlags & AArch64::ElementSizeMask) == AArch64::ElementSizeNone) in validateInstruction()
3958 if ((MCID.TSFlags & AArch64::ElementSizeMask) != Prefix.getElementSize()) in validateInstruction()