Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DX86RecognizableInstr.cpp508 unsigned &numPhysicalOperands, in handleOperand() argument
512 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand()
515 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand()
561 unsigned numPhysicalOperands = 0; in emitInstructionSpecifier() local
578 ++numPhysicalOperands; in emitInstructionSpecifier()
582 ++numPhysicalOperands; in emitInstructionSpecifier()
604 numPhysicalOperands, \ in emitInstructionSpecifier()
612 numPhysicalOperands, \ in emitInstructionSpecifier()
625 assert(numPhysicalOperands <= 2 && in emitInstructionSpecifier()
633 assert(numPhysicalOperands >= 1 && numPhysicalOperands <= 2 && in emitInstructionSpecifier()
[all …]
DX86RecognizableInstr.h200 unsigned &numPhysicalOperands,
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp479 unsigned numPhysicalOperands, in handleOperand() argument
485 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand()
488 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand()
519 unsigned numPhysicalOperands = 0; in emitInstructionSpecifier() local
534 ++numPhysicalOperands; in emitInstructionSpecifier()
538 ++numPhysicalOperands; in emitInstructionSpecifier()
547 numPhysicalOperands, \ in emitInstructionSpecifier()
555 numPhysicalOperands, \ in emitInstructionSpecifier()
588 assert(numPhysicalOperands <= 1 && in emitInstructionSpecifier()
599 assert(numPhysicalOperands >= 1 && numPhysicalOperands <= 2 && in emitInstructionSpecifier()
[all …]
DX86RecognizableInstr.h179 unsigned numPhysicalOperands,