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

/external/v8/src/arm/
H A Dassembler-arm.cc2686 static bool IsSignedVFPType(VFPType type) { function in namespace:v8::internal
2770 opc2 = IsSignedVFPType(dst_type) ? 0x5 : 0x4;
2777 op = IsSignedVFPType(src_type) ? 0x1 : 0x0;

Completed in 84 milliseconds