Home
last modified time | relevance | path

Searched refs:ElementSizeB (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h554 ElementSizeB = TSFLAG_ELEMENT_SIZE_TYPE(0x1), enumerator
H A DAArch64RegisterInfo.td866 def ElementSizeB : ElementSizeEnum<1>;
919 def PPR8 : PPRRegOp<"b", PPRAsmOp8, ElementSizeB, PPR>;
1083 def ZPR8 : ZPRRegOp<"b", ZPRAsmOp8, ElementSizeB, ZPR>;
1093 def ZPR3b8 : ZPRRegOp<"b", ZPRAsmOp3b8, ElementSizeB, ZPR_3b>;
1102 def ZPR4b8 : ZPRRegOp<"b", ZPRAsmOp4b8, ElementSizeB, ZPR_4b>;
H A DAArch64ExpandPseudoInsts.cpp530 case AArch64::ElementSizeB: in expand_DestructiveOp()
H A DAArch64InstrInfo.cpp1366 (PredElementSize != AArch64::ElementSizeB && in optimizePTestInstr()
H A DSVEInstrFormats.td8120 let ElementSize = ElementSizeB;