Home
last modified time | relevance | path

Searched refs:kFpuMode (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/mips/
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)
Dsimulator-mips.cc278 if (kFpuMode == kFP64) { in PrintAllRegsIncludingFPU()