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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 61 /// The hasVEX_WPrefix field from the record
62 bool HasVEX_WPrefix;
X86RecognizableInstr.cpp 233 HasVEX_WPrefix = Rec->getValueAsBit("hasVEX_WPrefix");
299 if (HasVEX_LPrefix && HasVEX_WPrefix) {
306 else if (HasOpSizePrefix && HasVEX_WPrefix)
317 else if (HasVEX_WPrefix &&
320 else if (HasVEX_WPrefix && (Prefix == X86Local::XD ||
324 else if (HasVEX_WPrefix)
    [all...]

Completed in 25 milliseconds