Lines Matching refs:Qd
5918 def : NEONInstAlias<"vcvt${p}.s32.f32 $Qd, $Qm, #0",
5919 (VCVTf2sq QPR:$Qd, QPR:$Qm, pred:$p)>;
5920 def : NEONInstAlias<"vcvt${p}.u32.f32 $Qd, $Qm, #0",
5921 (VCVTf2uq QPR:$Qd, QPR:$Qm, pred:$p)>;
5922 def : NEONInstAlias<"vcvt${p}.f32.s32 $Qd, $Qm, #0",
5923 (VCVTs2fq QPR:$Qd, QPR:$Qm, pred:$p)>;
5924 def : NEONInstAlias<"vcvt${p}.f32.u32 $Qd, $Qm, #0",
5925 (VCVTu2fq QPR:$Qd, QPR:$Qm, pred:$p)>;
6194 def : NEONInstAlias<!strconcat("vrint", op, ".f32.f32\t$Qd, $Qm"),
6195 (!cast<Instruction>(NAME#"Q") QPR:$Qd, QPR:$Qm)>;
7703 def : NEONInstAlias<"vcle${p}.s8 $Qd, $Qn, $Qm",
7704 (VCGEsv16i8 QPR:$Qd, QPR:$Qm, QPR:$Qn, pred:$p)>;
7705 def : NEONInstAlias<"vcle${p}.s16 $Qd, $Qn, $Qm",
7706 (VCGEsv8i16 QPR:$Qd, QPR:$Qm, QPR:$Qn, pred:$p)>;
7707 def : NEONInstAlias<"vcle${p}.s32 $Qd, $Qn, $Qm",
7708 (VCGEsv4i32 QPR:$Qd, QPR:$Qm, QPR:$Qn, pred:$p)>;
7709 def : NEONInstAlias<"vcle${p}.u8 $Qd, $Qn, $Qm",
7710 (VCGEuv16i8 QPR:$Qd, QPR:$Qm, QPR:$Qn, pred:$p)>;
7711 def : NEONInstAlias<"vcle${p}.u16 $Qd, $Qn, $Qm",
7712 (VCGEuv8i16 QPR:$Qd, QPR:$Qm, QPR:$Qn, pred:$p)>;
7713 def : NEONInstAlias<"vcle${p}.u32 $Qd, $Qn, $Qm",
7714 (VCGEuv4i32 QPR:$Qd, QPR:$Qm, QPR:$Qn, pred:$p)>;
7715 def : NEONInstAlias<"vcle${p}.f32 $Qd, $Qn, $Qm",
7716 (VCGEfq QPR:$Qd, QPR:$Qm, QPR:$Qn, pred:$p)>;
7735 def : NEONInstAlias<"vclt${p}.s8 $Qd, $Qn, $Qm",
7736 (VCGTsv16i8 QPR:$Qd, QPR:$Qm, QPR:$Qn, pred:$p)>;
7737 def : NEONInstAlias<"vclt${p}.s16 $Qd, $Qn, $Qm",
7738 (VCGTsv8i16 QPR:$Qd, QPR:$Qm, QPR:$Qn, pred:$p)>;
7739 def : NEONInstAlias<"vclt${p}.s32 $Qd, $Qn, $Qm",
7740 (VCGTsv4i32 QPR:$Qd, QPR:$Qm, QPR:$Qn, pred:$p)>;
7741 def : NEONInstAlias<"vclt${p}.u8 $Qd, $Qn, $Qm",
7742 (VCGTuv16i8 QPR:$Qd, QPR:$Qm, QPR:$Qn, pred:$p)>;
7743 def : NEONInstAlias<"vclt${p}.u16 $Qd, $Qn, $Qm",
7744 (VCGTuv8i16 QPR:$Qd, QPR:$Qm, QPR:$Qn, pred:$p)>;
7745 def : NEONInstAlias<"vclt${p}.u32 $Qd, $Qn, $Qm",
7746 (VCGTuv4i32 QPR:$Qd, QPR:$Qm, QPR:$Qn, pred:$p)>;
7747 def : NEONInstAlias<"vclt${p}.f32 $Qd, $Qn, $Qm",
7748 (VCGTfq QPR:$Qd, QPR:$Qm, QPR:$Qn, pred:$p)>;