Home
last modified time | relevance | path

Searched refs:ElementSizeH (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h555 ElementSizeH = TSFLAG_ELEMENT_SIZE_TYPE(0x2), enumerator
H A DAArch64RegisterInfo.td867 def ElementSizeH : ElementSizeEnum<2>;
920 def PPR16 : PPRRegOp<"h", PPRAsmOp16, ElementSizeH, PPR>;
1084 def ZPR16 : ZPRRegOp<"h", ZPRAsmOp16, ElementSizeH, ZPR>;
1094 def ZPR3b16 : ZPRRegOp<"h", ZPRAsmOp3b16, ElementSizeH, ZPR_3b>;
1103 def ZPR4b16 : ZPRRegOp<"h", ZPRAsmOp4b16, ElementSizeH, ZPR_4b>;
H A DAArch64ExpandPseudoInsts.cpp535 case AArch64::ElementSizeH: in expand_DestructiveOp()
H A DAArch64SVEInstrInfo.td2082 …6, ZPR16, null_frag, AArch64scvtf_mt, nxv8f16, nxv8i1, nxv8i16, ElementSizeH>;
2085 …6, ZPR16, null_frag, AArch64ucvtf_mt, nxv8f16, nxv8i1, nxv8i16, ElementSizeH>;
2086 …6, ZPR16, null_frag, AArch64fcvtzs_mt, nxv8i16, nxv8i1, nxv8f16, ElementSizeH>;
2088 …6, ZPR16, null_frag, AArch64fcvtzu_mt, nxv8i16, nxv8i1, nxv8f16, ElementSizeH>;
H A DSVEInstrFormats.td2771 def _H : sve_fp_2op_p_zd<{ 0b01, opc }, asm, ZPR16, ZPR16, ElementSizeH>,
2798 def _H : sve_fp_2op_p_zd<0b0011010, asm, ZPR16, ZPR16, ElementSizeH>;
8384 let ElementSize = ElementSizeH;