Searched refs:numPhysicalOperands (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 508 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 …]
|
D | X86RecognizableInstr.h | 200 unsigned &numPhysicalOperands,
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 374 unsigned numPhysicalOperands, in handleOperand() argument 380 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand() 383 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand() 414 unsigned numPhysicalOperands = 0; in emitInstructionSpecifier() local 429 ++numPhysicalOperands; in emitInstructionSpecifier() 433 ++numPhysicalOperands; in emitInstructionSpecifier() 442 numPhysicalOperands, \ in emitInstructionSpecifier() 450 numPhysicalOperands, \ in emitInstructionSpecifier() 483 assert(numPhysicalOperands <= 1 && in emitInstructionSpecifier() 494 assert(numPhysicalOperands >= 1 && numPhysicalOperands <= 2 && in emitInstructionSpecifier() [all …]
|
D | X86RecognizableInstr.h | 299 unsigned numPhysicalOperands,
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 479 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 …]
|
D | X86RecognizableInstr.h | 179 unsigned numPhysicalOperands,
|