Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp101 HasVEX_LPrefix = Rec->getValueAsBit("hasVEX_L"); in RecognizableInstr()
162 if (HasVEX_LPrefix && HasEVEX_L2Prefix) { in insnContext()
167 if (!EncodeRC && HasVEX_LPrefix && HasVEX_W) { in insnContext()
180 } else if (!EncodeRC && HasVEX_LPrefix) { in insnContext()
253 if (HasVEX_LPrefix && HasVEX_W) { in insnContext()
266 } else if (OpPrefix == X86Local::PD && HasVEX_LPrefix) in insnContext()
272 else if (HasVEX_LPrefix && OpPrefix == X86Local::XS) in insnContext()
274 else if (HasVEX_LPrefix && OpPrefix == X86Local::XD) in insnContext()
282 else if (HasVEX_LPrefix && OpPrefix == X86Local::PS) in insnContext()
H A DX86RecognizableInstr.h189 bool HasVEX_LPrefix; variable