OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modRMDecisions
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/TableGen/
X86DisassemblerShared.h
42
ModRMDecision
modRMDecisions
[256];
X86DisassemblerTables.cpp
502
decision.
modRMDecisions
[index]);
848
setTableFields(decision.opcodeDecisions[index].
modRMDecisions
[opcode],
/external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp
36
ModRMDecision
modRMDecisions
[256];
109
return decision->opcodeDecisions[insnContext].
modRMDecisions
[opcode].
131
dec = &ONEBYTE_SYM.opcodeDecisions[insnContext].
modRMDecisions
[opcode];
134
dec = &TWOBYTE_SYM.opcodeDecisions[insnContext].
modRMDecisions
[opcode];
137
dec = &THREEBYTE38_SYM.opcodeDecisions[insnContext].
modRMDecisions
[opcode];
140
dec = &THREEBYTE3A_SYM.opcodeDecisions[insnContext].
modRMDecisions
[opcode];
143
dec = &XOP8_MAP_SYM.opcodeDecisions[insnContext].
modRMDecisions
[opcode];
146
dec = &XOP9_MAP_SYM.opcodeDecisions[insnContext].
modRMDecisions
[opcode];
149
dec = &XOPA_MAP_SYM.opcodeDecisions[insnContext].
modRMDecisions
[opcode];
[
all
...]
Completed in 554 milliseconds