Searched refs:IsDoubleVFPType (Results 1 – 1 of 1) sorted by relevance
2116 static bool IsDoubleVFPType(VFPType type) { in IsDoubleVFPType() function2138 if (IsIntegerVFPType(reg_type) || !IsDoubleVFPType(reg_type)) { in SplitRegCode()2173 sz = IsDoubleVFPType(src_type) ? 0x1 : 0x0; in EncodeVCVT()2178 sz = IsDoubleVFPType(dst_type) ? 0x1 : 0x0; in EncodeVCVT()2189 int sz = IsDoubleVFPType(src_type) ? 0x1 : 0x0; in EncodeVCVT()