OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstructionContext
(Results
1 - 7
of
7
) sorted by null
/external/llvm/utils/TableGen/
X86DisassemblerShared.h
18
InstructionContext
insnContext; \
X86DisassemblerTables.h
150
/// IC is one of the contexts in
InstructionContext
. There is an opcode
205
///
InstructionContext
CONTEXTS_STR[256] = {
266
InstructionContext
insnContext,
X86DisassemblerTables.cpp
34
static inline bool inheritsFrom(
InstructionContext
child,
35
InstructionContext
parent,
113
static inline bool outranks(
InstructionContext
upper,
114
InstructionContext
lower) {
128
///
InstructionContext
, usually for diagnostic purposes.
133
static inline const char* stringForContext(
InstructionContext
insnContext) {
410
o2 << stringForContext((
InstructionContext
)index);
490
o.indent(i * 2) << "static const
InstructionContext
" CONTEXTS_STR
655
InstructionContext
insnContext,
666
if (is32bit && inheritsFrom((
InstructionContext
)index, IC_64BIT)
[
all
...]
X86RecognizableInstr.h
103
InstructionContext
insnContext() const;
X86RecognizableInstr.cpp
284
InstructionContext
RecognizableInstr::insnContext() const {
285
InstructionContext
insnContext;
[
all
...]
/external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoderCommon.h
121
}
InstructionContext
;
X86DisassemblerDecoder.c
42
* @return - The
InstructionContext
to use when looking up an
45
static
InstructionContext
contextForAttrs(uint8_t attrMask) {
61
InstructionContext
insnContext,
103
InstructionContext
insnContext,
[
all
...]
Completed in 191 milliseconds