Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td836 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 DAArch64InstrInfo.h468 ElementSizeB = TSFLAG_ELEMENT_SIZE_TYPE(0x1), enumerator
H A DAArch64ExpandPseudoInsts.cpp482 case AArch64::ElementSizeB: in expand_DestructiveOp()