Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.cc2954 enum VFPType { S32, U32, F32, F64 }; enum
2957 static bool IsSignedVFPType(VFPType type) { in IsSignedVFPType()
2970 static bool IsIntegerVFPType(VFPType type) { in IsIntegerVFPType()
2985 static bool IsDoubleVFPType(VFPType type) { in IsDoubleVFPType()
3002 static void SplitRegCode(VFPType reg_type, in SplitRegCode()
3020 static Instr EncodeVCVT(const VFPType dst_type, in EncodeVCVT()
3022 const VFPType src_type, in EncodeVCVT()
4022 static Instr EncodeNeonVCVT(const VFPType dst_type, const QwNeonRegister dst, in EncodeNeonVCVT()
4023 const VFPType src_type, const QwNeonRegister src) { in EncodeNeonVCVT()