Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86RecognizableInstr.cpp167 if (!EncodeRC && HasVEX_LPrefix && (VEX_WPrefix == X86Local::VEX_W1 || in insnContext()
196 (VEX_WPrefix == X86Local::VEX_W1 || in insnContext()
226 else if (VEX_WPrefix == X86Local::VEX_W1 || in insnContext()
257 if (HasVEX_LPrefix && (VEX_WPrefix == X86Local::VEX_W1 || in insnContext()
273 else if (OpPrefix == X86Local::PD && (VEX_WPrefix == X86Local::VEX_W1 || in insnContext()
282 else if ((VEX_WPrefix == X86Local::VEX_W1 || in insnContext()
285 else if ((VEX_WPrefix == X86Local::VEX_W1 || in insnContext()
288 else if ((VEX_WPrefix == X86Local::VEX_W1 || in insnContext()
DX86RecognizableInstr.h145 VEX_W0 = 0, VEX_W1 = 1, VEX_WIG = 2, VEX_W1X = 3 enumerator