Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DX86DisassemblerTables.cpp34 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()
DX86DisassemblerShared.h18 InstructionContext insnContext; \
DX86DisassemblerTables.h266 InstructionContext insnContext,
DX86RecognizableInstr.h101 InstructionContext insnContext() const;
DX86RecognizableInstr.cpp284 InstructionContext RecognizableInstr::insnContext() const { in insnContext()
285 InstructionContext insnContext; in insnContext()
/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.h107 InstructionContext insnContext() const;
DX86RecognizableInstr.cpp285 InstructionContext RecognizableInstr::insnContext() const { in insnContext()
286 InstructionContext insnContext; in insnContext()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp64 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()
DX86DisassemblerDecoderCommon.h276 enum InstructionContext { enum
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86DisassemblerDecoderCommon.h121 } InstructionContext; typedef
DX86DisassemblerDecoder.c45 static InstructionContext contextForAttrs(uint8_t attrMask) { in contextForAttrs()
61 InstructionContext insnContext, in modRMRequired()
103 InstructionContext insnContext, in decode()
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86GenDisassemblerTables.inc45695 static const InstructionContext x86DisassemblerContexts[256] = {