Home
last modified time | relevance | path

Searched refs:ElementSizeNone (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h356 ElementSizeNone = TSFLAG_ELEMENT_SIZE_TYPE(0x0), enumerator
DSVEInstrFormats.td425 let ElementSize = ElementSizeNone;
512 let ElementSize = ElementSizeNone;
819 let ElementSize = ElementSizeNone;
845 let ElementSize = ElementSizeNone;
875 let ElementSize = ElementSizeNone;
970 let ElementSize = ElementSizeNone;
1138 let ElementSize = ElementSizeNone;
1262 let ElementSize = ElementSizeNone;
1387 let ElementSize = ElementSizeNone;
1746 let ElementSize = ElementSizeNone;
[all …]
DAArch64RegisterInfo.td773 def ElementSizeNone : ElementSizeEnum<0>;
825 def PPRAny : PPRRegOp<"", PPRAsmOpAny, ElementSizeNone, PPR>;
837 def PPR3bAny : PPRRegOp<"", PPRAsmOp3bAny, ElementSizeNone, PPR_3b>;
894 def ZPRAny : ZPRRegOp<"", ZPRAsmOpAny, ElementSizeNone, ZPR>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp99 assert(Prefix.ElementSize != AArch64::ElementSizeNone && in CreateFromInst()
111 assert(Prefix.ElementSize != AArch64::ElementSizeNone && in CreateFromInst()
3798 (MCID.TSFlags & AArch64::ElementSizeMask) == AArch64::ElementSizeNone) in validateInstruction()