Searched refs:InstructionContext (Results 1 – 16 of 16) sorted by relevance
34 static inline bool inheritsFrom(InstructionContext child, in inheritsFrom()35 InstructionContext parent, in inheritsFrom()113 static inline bool outranks(InstructionContext upper, in outranks()114 InstructionContext lower) { in outranks()133 static inline const char* stringForContext(InstructionContext insnContext) { in stringForContext()410 o2 << stringForContext((InstructionContext)index); in emitContextDecision()655 InstructionContext insnContext, in setTableFields()666 if (is32bit && inheritsFrom((InstructionContext)index, IC_64BIT)) in setTableFields()669 if (inheritsFrom((InstructionContext)index, in setTableFields()
18 InstructionContext insnContext; \
266 InstructionContext insnContext,
101 InstructionContext insnContext() const;
284 InstructionContext RecognizableInstr::insnContext() const { in insnContext()285 InstructionContext insnContext; in insnContext()
33 static inline const char* stringForContext(InstructionContext insnContext) { in stringForContext()76 static inline bool inheritsFrom(InstructionContext child, in inheritsFrom()77 InstructionContext parent, in inheritsFrom()351 stringForContext((InstructionContext)parent) << "\n"; in inheritsFrom()363 static inline bool outranks(InstructionContext upper, in outranks()364 InstructionContext lower) { in outranks()605 o2 << stringForContext((InstructionContext)index); in emitContextDecision()902 InstructionContext insnContext, in setTableFields()913 inheritsFrom((InstructionContext)index, IC_64BIT)) in setTableFields()917 if (inheritsFrom((InstructionContext)index, in setTableFields()
21 llvm::X86Disassembler::InstructionContext insnContext;
250 InstructionContext insnContext,
107 InstructionContext insnContext() const;
285 InstructionContext RecognizableInstr::insnContext() const { in insnContext()286 InstructionContext insnContext; in insnContext()
64 static InstructionContext contextForAttrs(uint16_t attrMask) { in contextForAttrs()65 return static_cast<InstructionContext>(CONTEXTS_SYM[attrMask]); in contextForAttrs()80 InstructionContext insnContext, in modRMRequired()123 InstructionContext insnContext, in decode()797 InstructionContext instructionClass = contextForAttrs(attrMask); in getIDWithAttrMask()
276 enum InstructionContext { enum
121 } InstructionContext; typedef
45 static InstructionContext contextForAttrs(uint8_t attrMask) { in contextForAttrs()61 InstructionContext insnContext, in modRMRequired()103 InstructionContext insnContext, in decode()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
45695 static const InstructionContext x86DisassemblerContexts[256] = {