Searched refs:HasVEX_LPrefix (Results 1 – 4 of 4) sorted by relevance
231 HasVEX_LPrefix = Rec->getValueAsBit("hasVEX_L"); in RecognizableInstr()289 if (HasVEX_LPrefix && HasEVEX_L2Prefix) { in insnContext()294 if (HasVEX_LPrefix && HasVEX_WPrefix) { in insnContext()307 } else if (HasVEX_LPrefix) { in insnContext()377 if (HasVEX_LPrefix && HasVEX_WPrefix) { in insnContext()390 } else if (OpPrefix == X86Local::PD && HasVEX_LPrefix) in insnContext()396 else if (HasVEX_LPrefix && OpPrefix == X86Local::XS) in insnContext()398 else if (HasVEX_LPrefix && OpPrefix == X86Local::XD) in insnContext()406 else if (HasVEX_LPrefix && OpPrefix == X86Local::PS) in insnContext()
63 bool HasVEX_LPrefix; variable
232 HasVEX_LPrefix = has256BitOperands() || Rec->getValueAsBit("hasVEX_L"); in RecognizableInstr()288 if (HasVEX_LPrefix && HasVEX_WPrefix) in insnContext()290 else if (HasOpSizePrefix && HasVEX_LPrefix) in insnContext()296 else if (HasVEX_LPrefix && Prefix == X86Local::XS) in insnContext()298 else if (HasVEX_LPrefix && Prefix == X86Local::XD) in insnContext()306 else if (HasVEX_LPrefix) in insnContext()
62 bool HasVEX_LPrefix; variable