Searched refs:HasMOVBE (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86Subtarget.h109 /// HasMOVBE - True if the processor has the MOVBE instruction.
110 bool HasMOVBE; member in class:llvm::final
327 bool hasMOVBE() const { return HasMOVBE; }
H A DX86Subtarget.cpp266 HasMOVBE = false;

Completed in 105 milliseconds