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

/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DX86DisassemblerShared.h19 InstructionContext insnContext; \
H A DX86DisassemblerTables.h148 /// IC is one of the contexts in InstructionContext. There is an opcode
203 /// InstructionContext CONTEXTS_STR[256] = {
264 InstructionContext insnContext,
H A DX86DisassemblerTables.cpp34 static inline bool inheritsFrom(InstructionContext child,
35 InstructionContext parent,
120 static inline bool outranks(InstructionContext upper,
121 InstructionContext lower) {
135 /// InstructionContext, usually for diagnostic purposes.
140 static inline const char* stringForContext(InstructionContext insnContext) {
426 o2 << stringForContext((InstructionContext)index);
698 InstructionContext insnContext,
707 if (is32bit && inheritsFrom((InstructionContext)index, IC_64BIT))
710 if (inheritsFrom((InstructionContext)inde
[all...]
H A DX86RecognizableInstr.h105 InstructionContext insnContext() const;
H A DX86RecognizableInstr.cpp298 InstructionContext RecognizableInstr::insnContext() const {
299 InstructionContext insnContext;
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoderCommon.h126 } InstructionContext; typedef in typeref:enum:__anon2521
H A DX86DisassemblerDecoder.c42 * @return - The InstructionContext to use when looking up an
45 static InstructionContext contextForAttrs(uint8_t attrMask) {
61 InstructionContext insnContext,
101 InstructionContext insnContext,

Completed in 73 milliseconds