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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 87 bool HasFROperands;
126 /// hasFROperands - Returns true if any operand is a FR operand.
127 bool hasFROperands() const;
X86RecognizableInstr.cpp 246 HasFROperands = hasFROperands();
461 if (HasFROperands && Name.find("MOV") != Name.npos &&
469 bool RecognizableInstr::hasFROperands() const {
    [all...]

Completed in 352 milliseconds