Lines Matching refs:DwVfpRegister

192 struct DwVfpRegister {
202 inline static int ToAllocationIndex(DwVfpRegister reg);
204 static DwVfpRegister FromAllocationIndex(int index) {
230 static DwVfpRegister from_code(int code) {
231 DwVfpRegister r = { code };
237 bool is(DwVfpRegister reg) const { return code_ == reg.code_; }
270 typedef DwVfpRegister DoubleRegister;
308 const DwVfpRegister no_dreg = { -1 };
309 const DwVfpRegister d0 = { 0 };
310 const DwVfpRegister d1 = { 1 };
311 const DwVfpRegister d2 = { 2 };
312 const DwVfpRegister d3 = { 3 };
313 const DwVfpRegister d4 = { 4 };
314 const DwVfpRegister d5 = { 5 };
315 const DwVfpRegister d6 = { 6 };
316 const DwVfpRegister d7 = { 7 };
317 const DwVfpRegister d8 = { 8 };
318 const DwVfpRegister d9 = { 9 };
319 const DwVfpRegister d10 = { 10 };
320 const DwVfpRegister d11 = { 11 };
321 const DwVfpRegister d12 = { 12 };
322 const DwVfpRegister d13 = { 13 };
323 const DwVfpRegister d14 = { 14 };
324 const DwVfpRegister d15 = { 15 };
327 // "static const DwVfpRegister&" because Clang complains otherwise when a
990 void vldr(const DwVfpRegister dst,
994 void vldr(const DwVfpRegister dst,
1006 void vstr(const DwVfpRegister src,
1010 void vstr(const DwVfpRegister src,
1024 DwVfpRegister first,
1025 DwVfpRegister last,
1030 DwVfpRegister first,
1031 DwVfpRegister last,
1046 void vmov(const DwVfpRegister dst,
1052 void vmov(const DwVfpRegister dst,
1053 const DwVfpRegister src,
1055 void vmov(const DwVfpRegister dst,
1061 const DwVfpRegister src,
1069 void vcvt_f64_s32(const DwVfpRegister dst,
1077 void vcvt_f64_u32(const DwVfpRegister dst,
1082 const DwVfpRegister src,
1086 const DwVfpRegister src,
1089 void vcvt_f64_f32(const DwVfpRegister dst,
1094 const DwVfpRegister src,
1098 void vneg(const DwVfpRegister dst,
1099 const DwVfpRegister src,
1101 void vabs(const DwVfpRegister dst,
1102 const DwVfpRegister src,
1104 void vadd(const DwVfpRegister dst,
1105 const DwVfpRegister src1,
1106 const DwVfpRegister src2,
1108 void vsub(const DwVfpRegister dst,
1109 const DwVfpRegister src1,
1110 const DwVfpRegister src2,
1112 void vmul(const DwVfpRegister dst,
1113 const DwVfpRegister src1,
1114 const DwVfpRegister src2,
1116 void vdiv(const DwVfpRegister dst,
1117 const DwVfpRegister src1,
1118 const DwVfpRegister src2,
1120 void vcmp(const DwVfpRegister src1,
1121 const DwVfpRegister src2,
1123 void vcmp(const DwVfpRegister src1,
1130 void vsqrt(const DwVfpRegister dst,
1131 const DwVfpRegister src,