Home
last modified time | relevance | path

Searched refs:HasREX_WPrefix (Results 1 – 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp196 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix"); in RecognizableInstr()
401 } else if (Is64Bit || HasREX_WPrefix) { in insnContext()
402 if (HasREX_WPrefix && (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD)) in insnContext()
412 else if (HasREX_WPrefix && OpPrefix == X86Local::XS) in insnContext()
414 else if (HasREX_WPrefix && OpPrefix == X86Local::XD) in insnContext()
420 else if (HasREX_WPrefix) in insnContext()
470 HasREX_WPrefix, OpSize); in handleOperand()
DX86RecognizableInstr.h56 bool HasREX_WPrefix; variable
/external/llvm/lib/Target/X86/
DX86InstrArithmetic.td661 /// HasREX_WPrefix - This bit is set to true if the instruction should have
663 bit HasREX_WPrefix = hasREX_WPrefix;
701 let hasREX_WPrefix = typeinfo.HasREX_WPrefix;