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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 64 bool HasVEX_LPrefix;
X86RecognizableInstr.cpp 247 HasVEX_LPrefix = Rec->getValueAsBit("hasVEX_L");
299 if (HasVEX_LPrefix && HasVEX_WPrefix) {
304 } else if (HasOpSizePrefix && HasVEX_LPrefix)
310 else if (HasVEX_LPrefix &&
313 else if (HasVEX_LPrefix && (Prefix == X86Local::XD ||
326 else if (HasVEX_LPrefix)
    [all...]

Completed in 352 milliseconds