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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 93 /// HasMOVBE - True if the processor has the MOVBE instruction.
94 bool HasMOVBE;
190 bool hasMOVBE() const { return HasMOVBE; }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 121 bool HasMOVBE;
412 bool hasMOVBE() const { return HasMOVBE; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 157 bool HasMOVBE = false;
571 bool hasMOVBE() const { return HasMOVBE; }

Completed in 48 milliseconds