Home
last modified time | relevance | path

Searched defs:insnContext (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerShared.h20 llvm::X86Disassembler::InstructionContext insnContext; member
H A DX86RecognizableInstr.cpp195 InstructionContext RecognizableInstr::insnContext() const { in insnContext() function in RecognizableInstr
196 InstructionContext insnContext; in insnContext() local
H A DX86DisassemblerTables.cpp34 static inline const char *stringForContext(InstructionContext insnContext) { in stringForContext()
1112 OpcodeType type, InstructionContext insnContext, uint8_t opcode, in setTableFields()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp123 static InstrUID decode(OpcodeType type, InstructionContext insnContext, in decode()