Searched refs:ElementSizeB (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.td | 958 def ElementSizeB : ElementSizeEnum<1>; 1029 def PPR8 : PPRRegOp<"b", PPRAsmOp8, ElementSizeB, PPR>; 1117 def PPRorPNR8 : PPRRegOp<"b", PPRorPNRAsmOp8, ElementSizeB, PPRorPNR>; 1233 def ZPR8 : ZPRRegOp<"b", ZPRAsmOp8, ElementSizeB, ZPR>; 1243 def ZPR3b8 : ZPRRegOp<"b", ZPRAsmOp3b8, ElementSizeB, ZPR_3b>; 1252 def ZPR4b8 : ZPRRegOp<"b", ZPRAsmOp4b8, ElementSizeB, ZPR_4b>; 1283 def ZPR8Mul2_Lo : ZPRMul2_MinToMaxRegOp<"b", ZPRMul2AsmOp8_Lo, 0, 14, ElementSizeB, ZPRMul2_Lo>; 1284 def ZPR8Mul2_Hi : ZPRMul2_MinToMaxRegOp<"b", ZPRMul2AsmOp8_Hi, 16, 30, ElementSizeB, ZPRMul2_Hi>;
|
| H A D | AArch64InstrInfo.h | 806 ElementSizeB = TSFLAG_ELEMENT_SIZE_TYPE(0x1), enumerator
|
| H A D | AArch64ExpandPseudoInsts.cpp | 577 case AArch64::ElementSizeB: in expand_DestructiveOp()
|
| H A D | AArch64InstrInfo.cpp | 1551 if (Mask == PTestLikeMask && (PredElementSize == AArch64::ElementSizeB || in canRemovePTestInstr()
|
| H A D | SVEInstrFormats.td | 9100 let ElementSize = ElementSizeB;
|