Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.cc3001 static bool IsIntegerVFPType(VFPType type) { in IsIntegerVFPType() function
3036 if (IsIntegerVFPType(reg_type) || !IsDoubleVFPType(reg_type)) { in SplitRegCode()
3056 if (IsIntegerVFPType(dst_type) || IsIntegerVFPType(src_type)) { in EncodeVCVT()
3061 DCHECK(!IsIntegerVFPType(dst_type) || !IsIntegerVFPType(src_type)); in EncodeVCVT()
3065 if (IsIntegerVFPType(dst_type)) { in EncodeVCVT()
3070 DCHECK(IsIntegerVFPType(src_type)); in EncodeVCVT()