Home | History | Annotate | Download | only in arm

Lines Matching refs:SwVfpRegister

170 struct SwVfpRegister {
172 bool is(SwVfpRegister reg) const { return code_ == reg.code_; }
238 SwVfpRegister low() const {
239 SwVfpRegister reg;
245 SwVfpRegister high() const {
246 SwVfpRegister reg;
275 const SwVfpRegister s0 = { 0 };
276 const SwVfpRegister s1 = { 1 };
277 const SwVfpRegister s2 = { 2 };
278 const SwVfpRegister s3 = { 3 };
279 const SwVfpRegister s4 = { 4 };
280 const SwVfpRegister s5 = { 5 };
281 const SwVfpRegister s6 = { 6 };
282 const SwVfpRegister s7 = { 7 };
283 const SwVfpRegister s8 = { 8 };
284 const SwVfpRegister s9 = { 9 };
285 const SwVfpRegister s10 = { 10 };
286 const SwVfpRegister s11 = { 11 };
287 const SwVfpRegister s12 = { 12 };
288 const SwVfpRegister s13 = { 13 };
289 const SwVfpRegister s14 = { 14 };
290 const SwVfpRegister s15 = { 15 };
291 const SwVfpRegister s16 = { 16 };
292 const SwVfpRegister s17 = { 17 };
293 const SwVfpRegister s18 = { 18 };
294 const SwVfpRegister s19 = { 19 };
295 const SwVfpRegister s20 = { 20 };
296 const SwVfpRegister s21 = { 21 };
297 const SwVfpRegister s22 = { 22 };
298 const SwVfpRegister s23 = { 23 };
299 const SwVfpRegister s24 = { 24 };
300 const SwVfpRegister s25 = { 25 };
301 const SwVfpRegister s26 = { 26 };
302 const SwVfpRegister s27 = { 27 };
303 const SwVfpRegister s28 = { 28 };
304 const SwVfpRegister s29 = { 29 };
305 const SwVfpRegister s30 = { 30 };
306 const SwVfpRegister s31 = { 31 };
998 void vldr(const SwVfpRegister dst,
1002 void vldr(const SwVfpRegister dst,
1014 void vstr(const SwVfpRegister src,
1018 void vstr(const SwVfpRegister src,
1036 SwVfpRegister first,
1037 SwVfpRegister last,
1042 SwVfpRegister first,
1043 SwVfpRegister last,
1049 void vmov(const SwVfpRegister dst,
1050 const SwVfpRegister src,
1063 void vmov(const SwVfpRegister dst,
1067 const SwVfpRegister src,
1070 const SwVfpRegister src,
1073 void vcvt_f32_s32(const SwVfpRegister dst,
1074 const SwVfpRegister src,
1078 const SwVfpRegister src,
1081 void vcvt_s32_f64(const SwVfpRegister dst,
1085 void vcvt_u32_f64(const SwVfpRegister dst,
1090 const SwVfpRegister src,
1093 void vcvt_f32_f64(const SwVfpRegister dst,