Lines Matching refs:sm

179   void vmovsrr(SRegister sm, Register rt, Register rt2, Condition cond = AL) OVERRIDE;
180 void vmovrrs(Register rt, Register rt2, SRegister sm, Condition cond = AL) OVERRIDE;
183 void vmovs(SRegister sd, SRegister sm, 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;
216 void vcvtds(DRegister dd, SRegister sm, Condition cond = AL) OVERRIDE;
217 void vcvtis(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
219 void vcvtsi(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
220 void vcvtdi(DRegister dd, SRegister sm, Condition cond = AL) OVERRIDE;
221 void vcvtus(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
223 void vcvtsu(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
224 void vcvtdu(DRegister dd, SRegister sm, Condition cond = AL) OVERRIDE;
226 void vcmps(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
411 SRegister sm);
427 SRegister sm);