Home
last modified time | relevance | path

Searched refs:HasOpSizePrefix (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DX86RecognizableInstr.cpp215 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 …]
DX86RecognizableInstr.h52 bool HasOpSizePrefix; variable
177 bool HasOpSizePrefix);
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrArithmetic.td557 /// HasOpSizePrefix - This bit is set to true if the instruction should have
559 bit HasOpSizePrefix = hasOpSizePrefix;
598 let hasOpSizePrefix = typeinfo.HasOpSizePrefix;