Lines Matching refs:Dn

8030 def : NEONInstAlias<"vcle${p}.s8 $Dd, $Dn, $Dm",
8031 (VCGEsv8i8 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
8032 def : NEONInstAlias<"vcle${p}.s16 $Dd, $Dn, $Dm",
8033 (VCGEsv4i16 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
8034 def : NEONInstAlias<"vcle${p}.s32 $Dd, $Dn, $Dm",
8035 (VCGEsv2i32 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
8036 def : NEONInstAlias<"vcle${p}.u8 $Dd, $Dn, $Dm",
8037 (VCGEuv8i8 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
8038 def : NEONInstAlias<"vcle${p}.u16 $Dd, $Dn, $Dm",
8039 (VCGEuv4i16 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
8040 def : NEONInstAlias<"vcle${p}.u32 $Dd, $Dn, $Dm",
8041 (VCGEuv2i32 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
8042 def : NEONInstAlias<"vcle${p}.f32 $Dd, $Dn, $Dm",
8043 (VCGEfd DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
8045 def : NEONInstAlias<"vcle${p}.f16 $Dd, $Dn, $Dm",
8046 (VCGEhd DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
8068 def : NEONInstAlias<"vclt${p}.s8 $Dd, $Dn, $Dm",
8069 (VCGTsv8i8 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
8070 def : NEONInstAlias<"vclt${p}.s16 $Dd, $Dn, $Dm",
8071 (VCGTsv4i16 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
8072 def : NEONInstAlias<"vclt${p}.s32 $Dd, $Dn, $Dm",
8073 (VCGTsv2i32 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
8074 def : NEONInstAlias<"vclt${p}.u8 $Dd, $Dn, $Dm",
8075 (VCGTuv8i8 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
8076 def : NEONInstAlias<"vclt${p}.u16 $Dd, $Dn, $Dm",
8077 (VCGTuv4i16 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
8078 def : NEONInstAlias<"vclt${p}.u32 $Dd, $Dn, $Dm",
8079 (VCGTuv2i32 DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
8080 def : NEONInstAlias<"vclt${p}.f32 $Dd, $Dn, $Dm",
8081 (VCGTfd DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;
8083 def : NEONInstAlias<"vclt${p}.f16 $Dd, $Dn, $Dm",
8084 (VCGThd DPR:$Dd, DPR:$Dm, DPR:$Dn, pred:$p)>;