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

/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc2714 static bool IsDoubleVFPType(VFPType type) { function in namespace:v8::internal
2736 if (IsIntegerVFPType(reg_type) || !IsDoubleVFPType(reg_type)) {
2771 sz = IsDoubleVFPType(src_type) ? 0x1 : 0x0;
2776 sz = IsDoubleVFPType(dst_type) ? 0x1 : 0x0;
2787 int sz = IsDoubleVFPType(src_type) ? 0x1 : 0x0;

Completed in 65 milliseconds