Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.cc2088 static bool IsSignedVFPType(VFPType type) { in IsSignedVFPType() function
2172 opc2 = IsSignedVFPType(dst_type) ? 0x5 : 0x4; in EncodeVCVT()
2179 op = IsSignedVFPType(src_type) ? 0x1 : 0x0; in EncodeVCVT()
/external/chromium_org/v8/src/arm/
Dassembler-arm.cc2605 static bool IsSignedVFPType(VFPType type) { in IsSignedVFPType() function
2689 opc2 = IsSignedVFPType(dst_type) ? 0x5 : 0x4; in EncodeVCVT()
2696 op = IsSignedVFPType(src_type) ? 0x1 : 0x0; in EncodeVCVT()