Home
last modified time | relevance | path

Searched refs:IsIntegerVFPType (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/arm/
Dassembler-arm.cc2807 static bool IsIntegerVFPType(VFPType type) { in IsIntegerVFPType() function
2844 if (IsIntegerVFPType(reg_type) || !IsDoubleVFPType(reg_type)) { in SplitRegCode()
2868 if (IsIntegerVFPType(dst_type) || IsIntegerVFPType(src_type)) { in EncodeVCVT()
2873 DCHECK(!IsIntegerVFPType(dst_type) || !IsIntegerVFPType(src_type)); in EncodeVCVT()
2877 if (IsIntegerVFPType(dst_type)) { in EncodeVCVT()
2882 DCHECK(IsIntegerVFPType(src_type)); in EncodeVCVT()