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

  /external/clang/lib/Driver/
Tools.cpp 556 StringRef FPU = A->getValue();
558 // Set the target features based on the FPU.
559 if (FPU == "fpa" || FPU == "fpe2" || FPU == "fpe3" || FPU == "maverick") {
560 // Disable any default FPU support.
567 } else if (FPU == "vfp3-d16" || FPU == "vfpv3-d16") {
574 } else if (FPU == "vfp")
    [all...]
  /external/v8/src/
v8globals.h 442 FPU = 1}; // MIPS

Completed in 42 milliseconds