Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/arm/
Dassembler-arm.cc2596 static bool IsIntegerVFPType(VFPType type) { in IsIntegerVFPType() function
2633 if (IsIntegerVFPType(reg_type) || !IsDoubleVFPType(reg_type)) { in SplitRegCode()
2657 if (IsIntegerVFPType(dst_type) || IsIntegerVFPType(src_type)) { in EncodeVCVT()
2662 ASSERT(!IsIntegerVFPType(dst_type) || !IsIntegerVFPType(src_type)); in EncodeVCVT()
2666 if (IsIntegerVFPType(dst_type)) { in EncodeVCVT()
2671 ASSERT(IsIntegerVFPType(src_type)); in EncodeVCVT()