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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 53 /// The hasREX_WPrefix field from the record
54 bool HasREX_WPrefix;
138 /// @param hasREX_WPrefix - Indicates whether the instruction has a REX.W
147 bool hasREX_WPrefix,
X86RecognizableInstr.cpp 229 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix");
335 } else if (Is64Bit || HasREX_WPrefix) {
336 if (HasREX_WPrefix && HasOpSizePrefix)
349 else if (HasREX_WPrefix &&
352 else if (HasREX_WPrefix && (Prefix == X86Local::XD ||
361 else if (HasREX_WPrefix)
509 HasREX_WPrefix,
    [all...]

Completed in 49 milliseconds