Searched refs:HasOpSizePrefix (Results 1 – 3 of 3) sorted by relevance
215 HasOpSizePrefix = Rec->getValueAsBit("hasOpSizePrefix"); in RecognizableInstr()229 IsSSE = (HasOpSizePrefix && (Name.find("16") == Name.npos)) || in RecognizableInstr()290 else if (HasOpSizePrefix && HasVEX_LPrefix) in insnContext()292 else if (HasOpSizePrefix && HasVEX_WPrefix) in insnContext()294 else if (HasOpSizePrefix) in insnContext()315 if (HasREX_WPrefix && HasOpSizePrefix) in insnContext()317 else if (HasOpSizePrefix && in insnContext()320 else if (HasOpSizePrefix && Prefix == X86Local::XS) in insnContext()322 else if (HasOpSizePrefix) in insnContext()338 if (HasOpSizePrefix && in insnContext()[all …]
52 bool HasOpSizePrefix; variable177 bool HasOpSizePrefix);
557 /// HasOpSizePrefix - This bit is set to true if the instruction should have559 bit HasOpSizePrefix = hasOpSizePrefix;598 let hasOpSizePrefix = typeinfo.HasOpSizePrefix;