Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp231 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()
DX86RecognizableInstr.h63 bool HasVEX_LPrefix; variable
/external/swiftshader/third_party/LLVM/utils/TableGen/
DX86RecognizableInstr.cpp232 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()
DX86RecognizableInstr.h62 bool HasVEX_LPrefix; variable