Home | History | Annotate | Download | only in arm

Lines Matching refs:sd

204   void vmovs(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
208 bool vmovs(SRegister sd, float s_imm, Condition cond = AL) OVERRIDE;
211 void vldrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
212 void vstrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
216 void vadds(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
218 void vsubs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
220 void vmuls(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
222 void vmlas(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
224 void vmlss(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
226 void vdivs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
229 void vabss(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
231 void vnegs(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
233 void vsqrts(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
236 void vcvtsd(SRegister sd, DRegister dm, Condition cond = AL) OVERRIDE;
238 void vcvtis(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
239 void vcvtid(SRegister sd, DRegister dm, Condition cond = AL) OVERRIDE;
240 void vcvtsi(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
242 void vcvtus(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
243 void vcvtud(SRegister sd, DRegister dm, Condition cond = AL) OVERRIDE;
244 void vcvtsu(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
247 void vcmps(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
249 void vcmpsz(SRegister sd, Condition cond = AL) OVERRIDE;
308 void LoadLiteral(SRegister sd, Literal* literal) OVERRIDE;
508 static Fixup LoadSingleLiteral(uint32_t location, SRegister sd,
512 return Fixup(kNoRegister, kNoRegister, sd, kNoDRegister,
613 Fixup(Register rn, Register rt2, SRegister sd, DRegister dd,
617 sd_(sd),
744 SRegister sd,
756 SRegister sd,
856 static int32_t VldrsEncoding32(SRegister sd, Register rn, int32_t offset);