Home | History | Annotate | Download | only in arm

Lines Matching refs:src_type

2330 // Encode vcvt.src_type.dst_type instruction.
2333 const VFPType src_type,
2337 ASSERT(src_type != dst_type);
2339 SplitRegCode(src_type, src_code, &Vm, &M);
2342 if (IsIntegerVFPType(dst_type) || IsIntegerVFPType(src_type)) {
2347 ASSERT(!IsIntegerVFPType(dst_type) || !IsIntegerVFPType(src_type));
2353 sz = IsDoubleVFPType(src_type) ? 0x1 : 0x0;
2356 ASSERT(IsIntegerVFPType(src_type));
2359 op = IsSignedVFPType(src_type) ? 0x1 : 0x0;
2369 int sz = IsDoubleVFPType(src_type) ? 0x1 : 0x0;