• Home
  • Raw
  • Download

Lines Matching refs:Dd

5422 // vuzp.32 Dd, Dm is a pseudo-instruction expanded to vtrn.32 Dd, Dm.
5423 def : NEONInstAlias<"vuzp${p}.32 $Dd, $Dm",
5424 (VTRNd32 DPR:$Dd, DPR:$Dm, pred:$p)>;
5434 // vzip.32 Dd, Dm is a pseudo-instruction expanded to vtrn.32 Dd, Dm.
5435 def : NEONInstAlias<"vzip${p}.32 $Dd, $Dm",
5436 (VTRNd32 DPR:$Dd, DPR:$Dm, pred:$p)>;
5784 def : VFP2InstAlias<"fmdhr${p} $Dd, $Rn",
5785 (VSETLNi32 DPR:$Dd, GPR:$Rn, 1, pred:$p)>;
5786 def : VFP2InstAlias<"fmdlr${p} $Dd, $Rn",
5787 (VSETLNi32 DPR:$Dd, GPR:$Rn, 0, pred:$p)>;
6544 def : NEONInstAlias<"vcle${p}.s8 $Dd, $Dn, $Dm",
6545 (VCGEsv8i8 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
6546 def : NEONInstAlias<"vcle${p}.s16 $Dd, $Dn, $Dm",
6547 (VCGEsv4i16 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
6548 def : NEONInstAlias<"vcle${p}.s32 $Dd, $Dn, $Dm",
6549 (VCGEsv2i32 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
6550 def : NEONInstAlias<"vcle${p}.u8 $Dd, $Dn, $Dm",
6551 (VCGEuv8i8 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
6552 def : NEONInstAlias<"vcle${p}.u16 $Dd, $Dn, $Dm",
6553 (VCGEuv4i16 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
6554 def : NEONInstAlias<"vcle${p}.u32 $Dd, $Dn, $Dm",
6555 (VCGEuv2i32 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
6556 def : NEONInstAlias<"vcle${p}.f32 $Dd, $Dn, $Dm",
6557 (VCGEfd DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
6576 def : NEONInstAlias<"vclt${p}.s8 $Dd, $Dn, $Dm",
6577 (VCGTsv8i8 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
6578 def : NEONInstAlias<"vclt${p}.s16 $Dd, $Dn, $Dm",
6579 (VCGTsv4i16 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
6580 def : NEONInstAlias<"vclt${p}.s32 $Dd, $Dn, $Dm",
6581 (VCGTsv2i32 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
6582 def : NEONInstAlias<"vclt${p}.u8 $Dd, $Dn, $Dm",
6583 (VCGTuv8i8 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
6584 def : NEONInstAlias<"vclt${p}.u16 $Dd, $Dn, $Dm",
6585 (VCGTuv4i16 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
6586 def : NEONInstAlias<"vclt${p}.u32 $Dd, $Dn, $Dm",
6587 (VCGTuv2i32 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
6588 def : NEONInstAlias<"vclt${p}.f32 $Dd, $Dn, $Dm",
6589 (VCGTfd DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;