Home
last modified time | relevance | path

Searched refs:InstructionContext (Results 1 – 7 of 7) sorted by relevance

/external/llvm/utils/TableGen/
DX86DisassemblerTables.cpp34 static inline bool inheritsFrom(InstructionContext child, in inheritsFrom()
35 InstructionContext parent) { in inheritsFrom()
112 static inline bool outranks(InstructionContext upper, in outranks()
113 InstructionContext lower) { in outranks()
132 static inline const char* stringForContext(InstructionContext insnContext) { in stringForContext()
409 o2 << stringForContext((InstructionContext)index); in emitContextDecision()
643 InstructionContext insnContext, in setTableFields()
652 if (inheritsFrom((InstructionContext)index, in setTableFields()
DX86DisassemblerShared.h18 InstructionContext insnContext; \
DX86DisassemblerTables.h264 InstructionContext insnContext,
DX86RecognizableInstr.h97 InstructionContext insnContext() const;
DX86RecognizableInstr.cpp275 InstructionContext RecognizableInstr::insnContext() const { in insnContext()
276 InstructionContext insnContext; in insnContext()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoderCommon.h115 } InstructionContext; typedef
DX86DisassemblerDecoder.c45 static InstructionContext contextForAttrs(uint8_t attrMask) { in contextForAttrs()
61 InstructionContext insnContext, in modRMRequired()
103 InstructionContext insnContext, in decode()