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 55 /// The hasREX_WPrefix field from the record
56 bool HasREX_WPrefix;
117 /// @param hasREX_WPrefix - Indicates whether the instruction has a REX.W
125 bool hasREX_WPrefix, uint8_t OpSize);
X86RecognizableInstr.cpp 213 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix");
419 } else if (Is64Bit || HasREX_WPrefix || AdSize == X86Local::AdSize64) {
420 if (HasREX_WPrefix && (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD))
422 else if (HasREX_WPrefix && AdSize == X86Local::AdSize32)
434 else if (HasREX_WPrefix && OpPrefix == X86Local::XS)
436 else if (HasREX_WPrefix && OpPrefix == X86Local::XD)
442 else if (HasREX_WPrefix)
506 HasREX_WPrefix, OpSize);
914 bool hasREX_WPrefix,
    [all...]

Completed in 273 milliseconds