Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DX86RecognizableInstr.cpp101 HasVEX_LPrefix = Rec->getValueAsBit("hasVEX_L"); in RecognizableInstr()
156 if (HasVEX_LPrefix && HasEVEX_L2Prefix) { in insnContext()
161 if (!EncodeRC && HasVEX_LPrefix && HasVEX_W) { in insnContext()
174 } else if (!EncodeRC && HasVEX_LPrefix) { in insnContext()
247 if (HasVEX_LPrefix && HasVEX_W) { in insnContext()
260 } else if (OpPrefix == X86Local::PD && HasVEX_LPrefix) in insnContext()
271 else if (HasVEX_LPrefix && OpPrefix == X86Local::XS) in insnContext()
273 else if (HasVEX_LPrefix && OpPrefix == X86Local::XD) in insnContext()
281 else if (HasVEX_LPrefix && OpPrefix == X86Local::PS) in insnContext()
DX86RecognizableInstr.h189 bool HasVEX_LPrefix; variable