Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DX86DisassemblerTables.cpp32 static inline const char* stringForContext(InstructionContext insnContext) { in stringForContext()
75 static inline bool inheritsFrom(InstructionContext child, in inheritsFrom()
76 InstructionContext parent, bool noPrefix = true, in inheritsFrom()
566 stringForContext((InstructionContext)parent) << "\n"; in inheritsFrom()
578 static inline bool outranks(InstructionContext upper, in outranks()
579 InstructionContext lower) { in outranks()
807 o2 << stringForContext((InstructionContext)index); in emitContextDecision()
1076 InstructionContext insnContext, in setTableFields()
1089 inheritsFrom((InstructionContext)index, IC_64BIT)) in setTableFields()
1093 if (inheritsFrom((InstructionContext)index, in setTableFields()
DX86DisassemblerShared.h20 llvm::X86Disassembler::InstructionContext insnContext;
DX86DisassemblerTables.h252 InstructionContext insnContext,
DX86RecognizableInstr.h233 InstructionContext insnContext() const;
DX86RecognizableInstr.cpp152 InstructionContext RecognizableInstr::insnContext() const { in insnContext()
153 InstructionContext insnContext; in insnContext()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DX86DisassemblerDecoderCommon.h279 enum InstructionContext { enum
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp123 static InstrUID decode(OpcodeType type, InstructionContext insnContext, in decode()
1019 auto insnCtx = InstructionContext(x86DisassemblerContexts[attrMask]); in getInstructionIDWithAttrMask()