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

/external/llvm/utils/TableGen/
H A DX86DisassemblerShared.h21 llvm::X86Disassembler::InstructionContext insnContext;
H A DX86DisassemblerTables.h135 /// IC is one of the contexts in InstructionContext. There is an opcode
188 /// InstructionContext CONTEXTS_STR[256] = {
250 InstructionContext insnContext,
H A DX86RecognizableInstr.h110 InstructionContext insnContext() const;
H A DX86DisassemblerTables.cpp28 /// InstructionContext, usually for diagnostic purposes.
33 static inline const char* stringForContext(InstructionContext insnContext) {
76 static inline bool inheritsFrom(InstructionContext child,
77 InstructionContext parent,
322 stringForContext((InstructionContext)parent) << "\n";
334 static inline bool outranks(InstructionContext upper,
335 InstructionContext lower) {
576 o2 << stringForContext((InstructionContext)index);
873 InstructionContext insnContext,
884 inheritsFrom((InstructionContext)inde
[all...]
H A DX86RecognizableInstr.cpp286 InstructionContext RecognizableInstr::insnContext() const {
287 InstructionContext insnContext;
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.cpp62 * @return - The InstructionContext to use when looking up an
65 static InstructionContext contextForAttrs(uint16_t attrMask) {
66 return static_cast<InstructionContext>(CONTEXTS_SYM[attrMask]);
81 InstructionContext insnContext,
124 InstructionContext insnContext,
800 InstructionContext instructionClass = contextForAttrs(attrMask);
H A DX86DisassemblerDecoderCommon.h276 enum InstructionContext { enum in namespace:llvm::X86Disassembler
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 755 milliseconds