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

  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 279 HasX86_64 = true;
382 HasX86_64 = true; ToggleFeature(X86::Feature64Bit);
409 << ", 64bit " << HasX86_64 << "\n");
410 assert((!In64BitMode || HasX86_64) &&
426 HasX86_64 = false;
X86Subtarget.h 75 /// HasX86_64 - True if the processor supports X86-64 instructions.
77 bool HasX86_64;

Completed in 20 milliseconds