Home
last modified time | relevance | path

Searched refs:HasVEX_WPrefix (Results 1 – 4 of 4) sorted by relevance

/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp216 HasVEX_WPrefix = Rec->getValueAsBit("hasVEX_WPrefix"); in RecognizableInstr()
294 if (HasVEX_LPrefix && HasVEX_WPrefix) { in insnContext()
322 else if (HasEVEX_L2Prefix && HasVEX_WPrefix) { in insnContext()
351 else if (HasVEX_WPrefix) { in insnContext()
377 if (HasVEX_LPrefix && HasVEX_WPrefix) { in insnContext()
392 else if (OpPrefix == X86Local::PD && HasVEX_WPrefix) in insnContext()
400 else if (HasVEX_WPrefix && OpPrefix == X86Local::XS) in insnContext()
402 else if (HasVEX_WPrefix && OpPrefix == X86Local::XD) in insnContext()
404 else if (HasVEX_WPrefix && OpPrefix == X86Local::PS) in insnContext()
DX86RecognizableInstr.h61 bool HasVEX_WPrefix; variable
/external/swiftshader/third_party/LLVM/utils/TableGen/
DX86RecognizableInstr.cpp219 HasVEX_WPrefix = Rec->getValueAsBit("hasVEX_WPrefix"); in RecognizableInstr()
288 if (HasVEX_LPrefix && HasVEX_WPrefix) in insnContext()
292 else if (HasOpSizePrefix && HasVEX_WPrefix) in insnContext()
300 else if (HasVEX_WPrefix && Prefix == X86Local::XS) in insnContext()
302 else if (HasVEX_WPrefix && Prefix == X86Local::XD) in insnContext()
304 else if (HasVEX_WPrefix) in insnContext()
DX86RecognizableInstr.h60 bool HasVEX_WPrefix; variable