OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86_MAX_OPERANDS
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoderCommon.h
359
#define
X86_MAX_OPERANDS
5
368
struct OperandSpecifier operands[
X86_MAX_OPERANDS
];
X86Disassembler.cpp
582
for (index = 0; index <
X86_MAX_OPERANDS
; ++index) {
X86DisassemblerDecoder.c
[
all
...]
/external/llvm/utils/TableGen/
X86DisassemblerTables.cpp
451
for (operandIndex = 0; operandIndex <
X86_MAX_OPERANDS
; ++operandIndex) {
462
if (operandIndex <
X86_MAX_OPERANDS
- 1)
X86RecognizableInstr.cpp
573
unsigned operandMapping[
X86_MAX_OPERANDS
];
577
assert(numOperands <
X86_MAX_OPERANDS
&& "
X86_MAX_OPERANDS
is not large enough");
[
all
...]
Completed in 61 milliseconds