Home | History | Annotate | Download | only in arm

Lines Matching refs:SwVfpRegister

180 struct SwVfpRegister {
183 bool is(SwVfpRegister reg) const { return code_ == reg.code_; }
277 SwVfpRegister low() const {
278 SwVfpRegister reg;
284 SwVfpRegister high() const {
285 SwVfpRegister reg;
329 const SwVfpRegister s0 = { 0 };
330 const SwVfpRegister s1 = { 1 };
331 const SwVfpRegister s2 = { 2 };
332 const SwVfpRegister s3 = { 3 };
333 const SwVfpRegister s4 = { 4 };
334 const SwVfpRegister s5 = { 5 };
335 const SwVfpRegister s6 = { 6 };
336 const SwVfpRegister s7 = { 7 };
337 const SwVfpRegister s8 = { 8 };
338 const SwVfpRegister s9 = { 9 };
339 const SwVfpRegister s10 = { 10 };
340 const SwVfpRegister s11 = { 11 };
341 const SwVfpRegister s12 = { 12 };
342 const SwVfpRegister s13 = { 13 };
343 const SwVfpRegister s14 = { 14 };
344 const SwVfpRegister s15 = { 15 };
345 const SwVfpRegister s16 = { 16 };
346 const SwVfpRegister s17 = { 17 };
347 const SwVfpRegister s18 = { 18 };
348 const SwVfpRegister s19 = { 19 };
349 const SwVfpRegister s20 = { 20 };
350 const SwVfpRegister s21 = { 21 };
351 const SwVfpRegister s22 = { 22 };
352 const SwVfpRegister s23 = { 23 };
353 const SwVfpRegister s24 = { 24 };
354 const SwVfpRegister s25 = { 25 };
355 const SwVfpRegister s26 = { 26 };
356 const SwVfpRegister s27 = { 27 };
357 const SwVfpRegister s28 = { 28 };
358 const SwVfpRegister s29 = { 29 };
359 const SwVfpRegister s30 = { 30 };
360 const SwVfpRegister s31 = { 31 };
1117 void vldr(const SwVfpRegister dst,
1121 void vldr(const SwVfpRegister dst,
1133 void vstr(const SwVfpRegister src,
1137 void vstr(const SwVfpRegister src,
1155 SwVfpRegister first,
1156 SwVfpRegister last,
1161 SwVfpRegister first,
1162 SwVfpRegister last,
1168 void vmov(const SwVfpRegister dst,
1169 const SwVfpRegister src,
1190 void vmov(const SwVfpRegister dst,
1194 const SwVfpRegister src,
1197 const SwVfpRegister src,
1200 void vcvt_f32_s32(const SwVfpRegister dst,
1201 const SwVfpRegister src,
1205 const SwVfpRegister src,
1208 void vcvt_s32_f64(const SwVfpRegister dst,
1212 void vcvt_u32_f64(const SwVfpRegister dst,
1217 const SwVfpRegister src,
1220 void vcvt_f32_f64(const SwVfpRegister dst,