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 274 HasX86_64 = true;
329 , HasX86_64(false)
393 HasX86_64 = true; ToggleFeature(X86::Feature64Bit);
416 << ", 64bit " << HasX86_64 << "\n");
417 assert((!In64BitMode || HasX86_64) &&
X86Subtarget.h 75 /// HasX86_64 - True if the processor supports X86-64 instructions.
77 bool HasX86_64;

Completed in 24 milliseconds