HomeSort by: relevance | last modified time | path
    Searched refs:InstructionContext (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86DisassemblerShared.h 20 llvm::X86Disassembler::InstructionContext insnContext;
X86DisassemblerTables.h 135 /// IC is one of the contexts in InstructionContext. There is an opcode
188 /// InstructionContext CONTEXTS_STR[256] = {
252 InstructionContext insnContext,
X86DisassemblerTables.cpp 27 /// InstructionContext, usually for diagnostic purposes.
32 static inline const char* stringForContext(InstructionContext insnContext) {
75 static inline bool inheritsFrom(InstructionContext child,
76 InstructionContext parent, bool noPrefix = true,
559 stringForContext((InstructionContext)parent) << "\n";
571 static inline bool outranks(InstructionContext upper,
572 InstructionContext lower) {
799 o2 << stringForContext((InstructionContext)index);
1062 InstructionContext insnContext,
1075 inheritsFrom((InstructionContext)index, IC_64BIT)
    [all...]
X86RecognizableInstr.h 233 InstructionContext insnContext() const;
X86RecognizableInstr.cpp 158 InstructionContext RecognizableInstr::insnContext() const {
159 InstructionContext insnContext;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
X86DisassemblerDecoderCommon.h 277 enum InstructionContext {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 22 // enum InstructionContext (ibid.).
123 static InstrUID decode(OpcodeType type, InstructionContext insnContext,
1019 auto insnCtx = InstructionContext(x86DisassemblerContexts[attrMask]);

Completed in 57 milliseconds