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

/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc2683 enum VFPType { S32, U32, F32, F64 }; enum in namespace:v8::internal
2686 static bool IsSignedVFPType(VFPType type) {
2699 static bool IsIntegerVFPType(VFPType type) {
2714 static bool IsDoubleVFPType(VFPType type) {
2731 static void SplitRegCode(VFPType reg_type,
2749 static Instr EncodeVCVT(const VFPType dst_type,
2751 const VFPType src_type,

Completed in 229 milliseconds