Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DX86RecognizableInstr.h69 bool HasEVEX_L2Prefix; variable
DX86RecognizableInstr.cpp219 HasEVEX_L2Prefix = Rec->getValueAsBit("hasEVEX_L2"); in RecognizableInstr()
289 if (HasVEX_LPrefix && HasEVEX_L2Prefix) { in insnContext()
322 else if (HasEVEX_L2Prefix && HasVEX_WPrefix) { in insnContext()
336 } else if (HasEVEX_L2Prefix) { in insnContext()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86RecognizableInstr.cpp89 HasEVEX_L2Prefix = Rec->getValueAsBit("hasEVEX_L2"); in RecognizableInstr()
162 if (HasVEX_LPrefix && HasEVEX_L2Prefix) { in insnContext()
195 } else if (!EncodeRC && HasEVEX_L2Prefix && in insnContext()
211 } else if (!EncodeRC && HasEVEX_L2Prefix) { in insnContext()
DX86RecognizableInstr.h187 bool HasEVEX_L2Prefix; variable