Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DX86DisassemblerTables.cpp33 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()
DX86DisassemblerShared.h21 llvm::X86Disassembler::InstructionContext insnContext;
DX86DisassemblerTables.h250 InstructionContext insnContext,
DX86RecognizableInstr.h110 InstructionContext insnContext() const;
DX86RecognizableInstr.cpp286 InstructionContext RecognizableInstr::insnContext() const { in insnContext()
287 InstructionContext insnContext; in insnContext()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp65 static InstructionContext contextForAttrs(uint16_t attrMask) { in contextForAttrs()
66 return static_cast<InstructionContext>(CONTEXTS_SYM[attrMask]); in contextForAttrs()
81 InstructionContext insnContext, in modRMRequired()
124 InstructionContext insnContext, in decode()
800 InstructionContext instructionClass = contextForAttrs(attrMask); in getIDWithAttrMask()
DX86DisassemblerDecoderCommon.h276 enum InstructionContext { enum
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...