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

/external/v8/src/mips/
H A Dconstants-mips.h63 static const FpuMode kFpuMode = kFP32; variable
65 static const FpuMode kFpuMode = kFP64; variable
68 static const FpuMode kFpuMode = kFPXX; variable
73 static const FpuMode kFpuMode = kFP32; variable
99 #define IsFp64Mode() (kFpuMode == kFP64)
100 #define IsFp32Mode() (kFpuMode == kFP32)
101 #define IsFpxxMode() (kFpuMode == kFPXX)

Completed in 78 milliseconds