Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp693 unsigned Op4v = (HasVEX_4V) ? 1:0; in emitInstructionSpecifier() local
694 if (numPhysicalOperands > 3 + kOp + Op4v) in emitInstructionSpecifier()
719 unsigned Op4v = (HasVEX_4V) ? 1:0; in emitInstructionSpecifier() local
720 if (numPhysicalOperands < 1 + kOp + Op4v || in emitInstructionSpecifier()
721 numPhysicalOperands > 2 + kOp + Op4v) in emitInstructionSpecifier()