Lines Matching refs:sm

142   void vmovsrr(SRegister sm, Register rt, Register rt2, Condition cond = AL) OVERRIDE;
143 void vmovrrs(Register rt, Register rt2, SRegister sm, Condition cond = AL) OVERRIDE;
146 void vmovs(SRegister sd, SRegister sm, 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;
179 void vcvtds(DRegister dd, SRegister sm, Condition cond = AL) OVERRIDE;
180 void vcvtis(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
182 void vcvtsi(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
183 void vcvtdi(DRegister dd, SRegister sm, Condition cond = AL) OVERRIDE;
184 void vcvtus(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
186 void vcvtsu(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
187 void vcvtdu(DRegister dd, SRegister sm, Condition cond = AL) OVERRIDE;
189 void vcmps(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
344 SRegister sm);
360 SRegister sm);