Home
last modified time | relevance | path

Searched refs:X86_MAX_OPERANDS (Results 1 – 16 of 16) 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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86DisassemblerShared.h20 operands[llvm::X86Disassembler::X86_MAX_OPERANDS];
DX86DisassemblerTables.cpp828 << X86_MAX_OPERANDS << "] = {\n"; in emitInstructionInfo()
831 X86_MAX_OPERANDS> OperandListTy; in emitInstructionInfo()
838 for (unsigned OperandIndex = 0; OperandIndex < X86_MAX_OPERANDS; in emitInstructionInfo()
871 for (unsigned OperandIndex = 0; OperandIndex < X86_MAX_OPERANDS; in emitInstructionInfo()
DX86RecognizableInstr.cpp418 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier()
419 assert(numOperands <= X86_MAX_OPERANDS && "X86_MAX_OPERANDS is not large enough"); in emitInstructionSpecifier()
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86DisassemblerDecoderCommon.h359 #define X86_MAX_OPERANDS 5 macro
368 struct OperandSpecifier operands[X86_MAX_OPERANDS];
DX86Disassembler.cpp582 for (index = 0; index < X86_MAX_OPERANDS; ++index) { in translateInstruction()
DX86DisassemblerDecoder.c1480 for (index = 0; index < X86_MAX_OPERANDS; ++index) { in readOperands()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DX86DisassemblerTables.cpp451 for (operandIndex = 0; operandIndex < X86_MAX_OPERANDS; ++operandIndex) { in emitInstructionInfo()
462 if (operandIndex < X86_MAX_OPERANDS - 1) in emitInstructionInfo()
DX86RecognizableInstr.cpp565 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier()
569 assert(numOperands < X86_MAX_OPERANDS && "X86_MAX_OPERANDS is not large enough"); in emitInstructionSpecifier()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoderCommon.h479 static const unsigned X86_MAX_OPERANDS = 6; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DX86DisassemblerDecoderCommon.h461 static const unsigned X86_MAX_OPERANDS = 6; variable
/external/capstone/arch/X86/
DX86DisassemblerDecoderCommon.h525 #define X86_MAX_OPERANDS 5 macro
DX86Disassembler.c706 for (index = 0; index < X86_MAX_OPERANDS; ++index) { in translateInstruction()
DX86DisassemblerDecoder.c2018 for (index = 0; index < X86_MAX_OPERANDS; ++index) { in readOperands()