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 654 StringRef FPU = A->getValue(Args);
656 // Set the target features based on the FPU.
657 if (FPU == "fpa" || FPU == "fpe2" || FPU == "fpe3" || FPU == "maverick") {
658 // Disable any default FPU support.
665 } else if (FPU == "vfp") {
668 } else if (FPU == "vfp3") {
671 } else if (FPU == "neon")
    [all...]
  /external/v8/src/
v8globals.h 472 FPU = 1}; // MIPS

Completed in 139 milliseconds