Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DX86DisassemblerShared.h20 llvm::X86Disassembler::InstructionContext insnContext; member
H A DX86RecognizableInstr.cpp183 InstructionContext RecognizableInstr::insnContext() const { in insnContext() function in RecognizableInstr
184 InstructionContext insnContext; in insnContext() local
H A DX86DisassemblerTables.cpp34 static inline const char* stringForContext(InstructionContext insnContext) { in stringForContext()
1064 InstructionContext insnContext, in setTableFields()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp123 static InstrUID decode(OpcodeType type, InstructionContext insnContext, in decode()