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 224 HasX86_64 = true;
246 , HasX86_64(false)
291 HasX86_64 = true; ToggleFeature(X86::Feature64Bit);
312 << ", 64bit " << HasX86_64 << "\n");
313 assert((!In64BitMode || HasX86_64) &&
X86Subtarget.h 68 /// HasX86_64 - True if the processor supports X86-64 instructions.
70 bool HasX86_64;

Completed in 32 milliseconds