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 51 /// The hasOpSizePrefix field from the record
52 bool HasOpSizePrefix;
146 /// @param hasOpSizePrefix- Indicates whether the instruction has an OpSize
153 bool hasOpSizePrefix);
160 /// @param hasOpSizePrefix - Indicates whether the instruction has an OpSize
165 bool hasOpSizePrefix);
170 bool hasOpSizePrefix);
175 bool hasOpSizePrefix);
177 bool hasOpSizePrefix);
179 bool hasOpSizePrefix);
    [all...]
X86RecognizableInstr.cpp 227 HasOpSizePrefix = Rec->getValueAsBit("hasOpSizePrefix");
244 IsSSE = (HasOpSizePrefix && (Name.find("16") == Name.npos)) ||
300 if (HasOpSizePrefix)
304 } else if (HasOpSizePrefix && HasVEX_LPrefix)
306 else if (HasOpSizePrefix && HasVEX_WPrefix)
308 else if (HasOpSizePrefix)
336 if (HasREX_WPrefix && HasOpSizePrefix)
338 else if (HasOpSizePrefix && (Prefix == X86Local::XD ||
342 else if (HasOpSizePrefix &
    [all...]

Completed in 29 milliseconds