Searched refs:InstructionContext (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| D | X86DisassemblerTables.cpp | 32 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()
|
| D | X86DisassemblerShared.h | 20 llvm::X86Disassembler::InstructionContext insnContext;
|
| D | X86DisassemblerTables.h | 252 InstructionContext insnContext,
|
| D | X86RecognizableInstr.h | 233 InstructionContext insnContext() const;
|
| D | X86RecognizableInstr.cpp | 152 InstructionContext RecognizableInstr::insnContext() const { in insnContext() 153 InstructionContext insnContext; in insnContext()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | X86DisassemblerDecoderCommon.h | 279 enum InstructionContext { enum
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/ |
| D | X86Disassembler.cpp | 123 static InstrUID decode(OpcodeType type, InstructionContext insnContext, in decode() 1019 auto insnCtx = InstructionContext(x86DisassemblerContexts[attrMask]); in getInstructionIDWithAttrMask()
|