Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86RecognizableInstr.cpp101 HasVEX_LPrefix = Rec->getValueAsBit("hasVEX_L"); in RecognizableInstr()
162 if (HasVEX_LPrefix && HasEVEX_L2Prefix) { in insnContext()
167 if (!EncodeRC && HasVEX_LPrefix && (VEX_WPrefix == X86Local::VEX_W1 || in insnContext()
181 } else if (!EncodeRC && HasVEX_LPrefix) { in insnContext()
257 if (HasVEX_LPrefix && (VEX_WPrefix == X86Local::VEX_W1 || in insnContext()
271 } else if (OpPrefix == X86Local::PD && HasVEX_LPrefix) in insnContext()
278 else if (HasVEX_LPrefix && OpPrefix == X86Local::XS) in insnContext()
280 else if (HasVEX_LPrefix && OpPrefix == X86Local::XD) in insnContext()
291 else if (HasVEX_LPrefix && OpPrefix == X86Local::PS) in insnContext()
DX86RecognizableInstr.h183 bool HasVEX_LPrefix; variable
/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