Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h352 ElementSizeB = TSFLAG_ELEMENT_SIZE_TYPE(0x1), enumerator
H A DAArch64RegisterInfo.td782 def ElementSizeB : ElementSizeEnum<1>;
834 def PPR8 : PPRRegOp<"b", PPRAsmOp8, ElementSizeB, PPR>;
846 def PPR3b8 : PPRRegOp<"b", PPRAsmOp3b8, ElementSizeB, PPR_3b>;
903 def ZPR8 : ZPRRegOp<"b", ZPRAsmOp8, ElementSizeB, ZPR>;
913 def ZPR3b8 : ZPRRegOp<"b", ZPRAsmOp3b8, ElementSizeB, ZPR_3b>;
H A DSVEInstrFormats.td2527 ElementSizeB>;
2545 ElementSizeB>;
H A DAArch64InstrFormats.td78 ElementSizeEnum ElementSize = ElementSizeB;