Lines Matching refs:sd

183   void vmovs(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
187 bool vmovs(SRegister sd, float s_imm, Condition cond = AL) OVERRIDE;
190 void vldrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
191 void vstrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
195 void vadds(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
197 void vsubs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
199 void vmuls(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
201 void vmlas(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
203 void vmlss(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
205 void vdivs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
208 void vabss(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
210 void vnegs(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
212 void vsqrts(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
215 void vcvtsd(SRegister sd, DRegister dm, Condition cond = AL) OVERRIDE;
217 void vcvtis(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
218 void vcvtid(SRegister sd, DRegister dm, Condition cond = AL) OVERRIDE;
219 void vcvtsi(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
221 void vcvtus(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
222 void vcvtud(SRegister sd, DRegister dm, Condition cond = AL) OVERRIDE;
223 void vcvtsu(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
226 void vcmps(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
228 void vcmpsz(SRegister sd, Condition cond = AL) OVERRIDE;
409 SRegister sd,
421 SRegister sd,