Searched defs:VFPType (Results 1 - 1 of 1) sorted by relevance

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

Completed in 151 milliseconds