OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstructionSpecifier
(Results
1 - 7
of
7
) sorted by null
/external/llvm/utils/TableGen/
X86DisassemblerShared.h
21
InstructionSpecifier
() { \
X86DisassemblerTables.h
47
std::vector<
InstructionSpecifier
> InstructionSpecifiers;
174
/// struct
InstructionSpecifier
CONTEXTS_SYM[k] = {
274
InstructionSpecifier
& specForUID(InstrUID uid) {
X86RecognizableInstr.h
91
InstructionSpecifier
* Spec;
X86DisassemblerTables.cpp
427
o.indent(i * 2) << "static const struct
InstructionSpecifier
";
611
InstructionSpecifier
&newInfo =
613
InstructionSpecifier
&previousInfo =
/external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c
156
static const struct
InstructionSpecifier
*specifierForUID(InstrUID uid) {
818
const struct
InstructionSpecifier
*spec;
820
const struct
InstructionSpecifier
*specWithREXw;
858
const struct
InstructionSpecifier
*spec;
860
const struct
InstructionSpecifier
*specWithOpsize;
[
all
...]
X86DisassemblerDecoderCommon.h
359
struct
InstructionSpecifier
{
X86DisassemblerDecoder.h
482
const struct
InstructionSpecifier
*spec;
Completed in 161 milliseconds