Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.cc2985 static bool IsDoubleVFPType(VFPType type) { in IsDoubleVFPType() function
3007 if (IsIntegerVFPType(reg_type) || !IsDoubleVFPType(reg_type)) { in SplitRegCode()
3042 sz = IsDoubleVFPType(src_type) ? 0x1 : 0x0; in EncodeVCVT()
3047 sz = IsDoubleVFPType(dst_type) ? 0x1 : 0x0; in EncodeVCVT()
3058 int sz = IsDoubleVFPType(src_type) ? 0x1 : 0x0; in EncodeVCVT()