Searched refs:ElementSizeB (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 468 ElementSizeB = TSFLAG_ELEMENT_SIZE_TYPE(0x1), enumerator
|
| H A D | AArch64RegisterInfo.td | 846 def ElementSizeB : ElementSizeEnum<1>; 898 def PPR8 : PPRRegOp<"b", PPRAsmOp8, ElementSizeB, PPR>; 910 def PPR3b8 : PPRRegOp<"b", PPRAsmOp3b8, ElementSizeB, PPR_3b>; 952 def ZPR8 : ZPRRegOp<"b", ZPRAsmOp8, ElementSizeB, ZPR>; 962 def ZPR3b8 : ZPRRegOp<"b", ZPRAsmOp3b8, ElementSizeB, ZPR_3b>;
|
| H A D | AArch64ExpandPseudoInsts.cpp | 529 case AArch64::ElementSizeB: in expand_DestructiveOp()
|