Searched refs:ElementSizeH (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.td | 847 def ElementSizeH : ElementSizeEnum<2>; 899 def PPR16 : PPRRegOp<"h", PPRAsmOp16, ElementSizeH, PPR>; 911 def PPR3b16 : PPRRegOp<"h", PPRAsmOp3b16, ElementSizeH, PPR_3b>; 953 def ZPR16 : ZPRRegOp<"h", ZPRAsmOp16, ElementSizeH, ZPR>; 963 def ZPR3b16 : ZPRRegOp<"h", ZPRAsmOp3b16, ElementSizeH, ZPR_3b>; 970 def ZPR4b16 : ZPRRegOp<"h", ZPRAsmOp4b16, ElementSizeH, ZPR_4b>;
|
| H A D | AArch64InstrInfo.h | 469 ElementSizeH = TSFLAG_ELEMENT_SIZE_TYPE(0x2), enumerator
|
| H A D | AArch64ExpandPseudoInsts.cpp | 533 case AArch64::ElementSizeH: in expand_DestructiveOp()
|
| H A D | AArch64SVEInstrInfo.td | 1442 …6, ZPR16, null_frag, AArch64scvtf_mt, nxv8f16, nxv8i1, nxv8i16, ElementSizeH>; 1445 …6, ZPR16, null_frag, AArch64ucvtf_mt, nxv8f16, nxv8i1, nxv8i16, ElementSizeH>; 1446 …6, ZPR16, null_frag, AArch64fcvtzs_mt, nxv8i16, nxv8i1, nxv8f16, ElementSizeH>; 1448 …6, ZPR16, null_frag, AArch64fcvtzu_mt, nxv8i16, nxv8i1, nxv8f16, ElementSizeH>;
|
| H A D | SVEInstrFormats.td | 2485 def _H : sve_fp_2op_p_zd<{ 0b01, opc }, asm, ZPR16, ZPR16, ElementSizeH>; 2498 def _H : sve_fp_2op_p_zd<0b0011010, asm, ZPR16, ZPR16, ElementSizeH>; 7936 let ElementSize = ElementSizeH; 7979 let ElementSize = ElementSizeH;
|