Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DX86RecognizableInstr.cpp393 unsigned numPhysicalOperands, in handleOperand() argument
399 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand()
402 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand()
433 unsigned numPhysicalOperands = 0; in emitInstructionSpecifier() local
448 ++numPhysicalOperands; in emitInstructionSpecifier()
452 ++numPhysicalOperands; in emitInstructionSpecifier()
461 numPhysicalOperands, \ in emitInstructionSpecifier()
469 numPhysicalOperands, \ in emitInstructionSpecifier()
504 assert(numPhysicalOperands <= 1 && in emitInstructionSpecifier()
515 assert(numPhysicalOperands >= 1 && numPhysicalOperands <= 2 && in emitInstructionSpecifier()
[all …]
DX86RecognizableInstr.h316 unsigned numPhysicalOperands,