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 232 HasVEX_LPrefix = Rec->getValueAsBit("hasVEX_L");
290 if (HasVEX_LPrefix && HasEVEX_L2Prefix) {
295 if (HasVEX_LPrefix && HasVEX_WPrefix) {
308 } else if (HasVEX_LPrefix) {
378 if (HasVEX_LPrefix && HasVEX_WPrefix) {
391 } else if (OpPrefix == X86Local::PD && HasVEX_LPrefix)
397 else if (HasVEX_LPrefix && OpPrefix == X86Local::XS)
399 else if (HasVEX_LPrefix && OpPrefix == X86Local::XD)
407 else if (HasVEX_LPrefix && OpPrefix == X86Local::PS)
    [all...]

Completed in 41 milliseconds