Searched refs:VFPType (Results 1 – 1 of 1) sorted by relevance
2085 enum VFPType { S32, U32, F32, F64 }; enum2088 static bool IsSignedVFPType(VFPType type) { in IsSignedVFPType()2101 static bool IsIntegerVFPType(VFPType type) { in IsIntegerVFPType()2116 static bool IsDoubleVFPType(VFPType type) { in IsDoubleVFPType()2133 static void SplitRegCode(VFPType reg_type, in SplitRegCode()2151 static Instr EncodeVCVT(const VFPType dst_type, in EncodeVCVT()2153 const VFPType src_type, in EncodeVCVT()