Searched refs:ElementSizeB (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 352 ElementSizeB = TSFLAG_ELEMENT_SIZE_TYPE(0x1), enumerator
|
| H A D | AArch64RegisterInfo.td | 782 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 D | SVEInstrFormats.td | 2527 ElementSizeB>; 2545 ElementSizeB>;
|
| H A D | AArch64InstrFormats.td | 78 ElementSizeEnum ElementSize = ElementSizeB;
|