Searched refs:ElementSizeB (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.td | 836 def ElementSizeB : ElementSizeEnum<1>; 888 def PPR8 : PPRRegOp<"b", PPRAsmOp8, ElementSizeB, PPR>; 900 def PPR3b8 : PPRRegOp<"b", PPRAsmOp3b8, ElementSizeB, PPR_3b>; 942 def ZPR8 : ZPRRegOp<"b", ZPRAsmOp8, ElementSizeB, ZPR>; 952 def ZPR3b8 : ZPRRegOp<"b", ZPRAsmOp3b8, ElementSizeB, ZPR_3b>;
|
| H A D | AArch64InstrInfo.h | 468 ElementSizeB = TSFLAG_ELEMENT_SIZE_TYPE(0x1), enumerator
|
| H A D | AArch64ExpandPseudoInsts.cpp | 482 case AArch64::ElementSizeB: in expand_DestructiveOp()
|