Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.cc2989 static bool IsSignedVFPType(VFPType type) { in IsSignedVFPType() function
3066 opc2 = IsSignedVFPType(dst_type) ? 0x5 : 0x4; in EncodeVCVT()
3073 op = IsSignedVFPType(src_type) ? 0x1 : 0x0; in EncodeVCVT()