HomeSort by: relevance | last modified time | path
    Searched refs:HasREX_WPrefix (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86RecognizableInstr.cpp 84 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix");
294 } else if (Is64Bit || HasREX_WPrefix || AdSize == X86Local::AdSize64) {
295 if (HasREX_WPrefix && (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD))
297 else if (HasREX_WPrefix && AdSize == X86Local::AdSize32)
311 else if (HasREX_WPrefix && OpPrefix == X86Local::XS)
313 else if (HasREX_WPrefix && OpPrefix == X86Local::XD)
319 else if (HasREX_WPrefix)
394 typeFromString(std::string(typeName), HasREX_WPrefix, OpSize);
857 bool hasREX_WPrefix,
    [all...]
X86RecognizableInstr.h 180 /// The hasREX_WPrefix field from the record
181 bool HasREX_WPrefix;
240 /// @param hasREX_WPrefix - Indicates whether the instruction has a REX.W
248 bool hasREX_WPrefix, uint8_t OpSize);

Completed in 16 milliseconds