Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DX86DisassemblerShared.h20 operands[llvm::X86Disassembler::X86_MAX_OPERANDS];
DX86DisassemblerTables.cpp627 << X86_MAX_OPERANDS << "] = {\n"; in emitInstructionInfo()
630 X86_MAX_OPERANDS> OperandListTy; in emitInstructionInfo()
637 for (unsigned OperandIndex = 0; OperandIndex < X86_MAX_OPERANDS; in emitInstructionInfo()
670 for (unsigned OperandIndex = 0; OperandIndex < X86_MAX_OPERANDS; in emitInstructionInfo()
DX86RecognizableInstr.cpp523 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier()
524 assert(numOperands <= X86_MAX_OPERANDS && "X86_MAX_OPERANDS is not large enough"); in emitInstructionSpecifier()
/external/llvm-project/llvm/utils/TableGen/
DX86DisassemblerShared.h19 operands[llvm::X86Disassembler::X86_MAX_OPERANDS];
DX86DisassemblerTables.cpp816 << X86_MAX_OPERANDS << "] = {\n"; in emitInstructionInfo()
819 X86_MAX_OPERANDS> OperandListTy; in emitInstructionInfo()
826 for (unsigned OperandIndex = 0; OperandIndex < X86_MAX_OPERANDS; in emitInstructionInfo()
859 for (unsigned OperandIndex = 0; OperandIndex < X86_MAX_OPERANDS; in emitInstructionInfo()
DX86RecognizableInstr.cpp412 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier()
413 assert(numOperands <= X86_MAX_OPERANDS && "X86_MAX_OPERANDS is not large enough"); in emitInstructionSpecifier()
/external/llvm-project/llvm/include/llvm/Support/
DX86DisassemblerDecoderCommon.h456 static const unsigned X86_MAX_OPERANDS = 6; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DX86DisassemblerDecoderCommon.h453 static const unsigned X86_MAX_OPERANDS = 6; variable
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoderCommon.h479 static const unsigned X86_MAX_OPERANDS = 6; variable
/external/capstone/arch/X86/
DX86DisassemblerDecoderCommon.h504 #define X86_MAX_OPERANDS 6 macro
DX86Disassembler.c837 for (index = 0; index < X86_MAX_OPERANDS; ++index) { in translateInstruction()
DX86DisassemblerDecoder.c2031 for (index = 0; index < X86_MAX_OPERANDS; ++index) { in readOperands()