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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 49 /// The hasOpSizePrefix field from the record
50 bool HasOpSizePrefix;
149 /// @param hasOpSizePrefix Indicates whether the instruction has an OpSize
156 bool hasOpSizePrefix);
163 /// @param hasOpSizePrefix - Indicates whether the instruction has an OpSize
168 bool hasOpSizePrefix);
173 bool hasOpSizePrefix);
178 bool hasOpSizePrefix);
180 bool hasOpSizePrefix);
182 bool hasOpSizePrefix);
    [all...]
X86RecognizableInstr.cpp 230 HasOpSizePrefix = Rec->getValueAsBit("hasOpSizePrefix");
251 IsSSE = (HasOpSizePrefix && (Name.find("16") == Name.npos)) ||
315 if (HasOpSizePrefix)
326 if (HasOpSizePrefix)
338 if (HasOpSizePrefix)
349 if (HasOpSizePrefix)
361 if (HasOpSizePrefix)
372 else if (HasOpSizePrefix)
384 if (HasOpSizePrefix)
    [all...]

Completed in 597 milliseconds