HomeSort by relevance Sort by last modified time
    Searched refs:kFpuMode (Results 1 - 2 of 2) sorted by null

  /external/v8/src/mips/
constants-mips.h 63 static const FpuMode kFpuMode = kFP32;
65 static const FpuMode kFpuMode = kFP64;
68 static const FpuMode kFpuMode = kFPXX;
73 static const FpuMode kFpuMode = kFP32;
99 #define IsFp64Mode() (kFpuMode == kFP64)
100 #define IsFp32Mode() (kFpuMode == kFP32)
101 #define IsFpxxMode() (kFpuMode == kFPXX)
    [all...]
simulator-mips.cc 278 if (kFpuMode == kFP64) {
    [all...]

Completed in 595 milliseconds