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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 109 /// HasMOVBE - True if the processor has the MOVBE instruction.
110 bool HasMOVBE;
327 bool hasMOVBE() const { return HasMOVBE; }
X86Subtarget.cpp 266 HasMOVBE = false;

Completed in 68 milliseconds