Lines Matching refs:sd

146   void vmovs(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
150 bool vmovs(SRegister sd, float s_imm, Condition cond = AL) OVERRIDE;
153 void vldrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
154 void vstrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
158 void vadds(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
160 void vsubs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
162 void vmuls(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
164 void vmlas(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
166 void vmlss(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
168 void vdivs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
171 void vabss(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
173 void vnegs(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
175 void vsqrts(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
178 void vcvtsd(SRegister sd, DRegister dm, Condition cond = AL) OVERRIDE;
180 void vcvtis(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
181 void vcvtid(SRegister sd, DRegister dm, Condition cond = AL) OVERRIDE;
182 void vcvtsi(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
184 void vcvtus(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
185 void vcvtud(SRegister sd, DRegister dm, Condition cond = AL) OVERRIDE;
186 void vcvtsu(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
189 void vcmps(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
191 void vcmpsz(SRegister sd, Condition cond = AL) OVERRIDE;
342 SRegister sd,
354 SRegister sd,