Searched refs:VFPType (Results 1 – 1 of 1) sorted by relevance
2791 enum VFPType { S32, U32, F32, F64 }; enum2794 static bool IsSignedVFPType(VFPType type) { in IsSignedVFPType()2807 static bool IsIntegerVFPType(VFPType type) { in IsIntegerVFPType()2822 static bool IsDoubleVFPType(VFPType type) { in IsDoubleVFPType()2839 static void SplitRegCode(VFPType reg_type, in SplitRegCode()2857 static Instr EncodeVCVT(const VFPType dst_type, in EncodeVCVT()2859 const VFPType src_type, in EncodeVCVT()